diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc index 692bea27e..91cfdfbd0 100644 --- a/third_party/blink/common/features.cc +++ b/third_party/blink/common/features.cc @@ -241,10 +241,6 @@ const base::FeatureParam kMaxSharedStorageCacheSize = { &kSharedStorageAPI, "MaxSharedStorageCacheSize", 1024}; const base::FeatureParam kMaxSharedStorageInitTries = { &kSharedStorageAPI, "MaxSharedStorageInitTries", 2}; -const base::FeatureParam - kMaxSharedStorageConsecutiveOperationErrorsAllowed = { - &kSharedStorageAPI, "MaxSharedStorageConsecutiveOperationErrorsAllowed", - 8}; const base::FeatureParam kSharedStorageStaleOriginPurgeInitialInterval = { &kSharedStorageAPI, "SharedStorageStaleOriginPurgeInitialInterval", @@ -1375,6 +1371,9 @@ const base::Feature kEventPath{"EventPath", base::FEATURE_ENABLED_BY_DEFAULT}; const base::Feature kReduceUserAgentMinorVersion{ "ReduceUserAgentMinorVersion", base::FEATURE_DISABLED_BY_DEFAULT}; +const base::Feature kReportFCPOnlyOnSuccessfulCommit{ + "ReportFCPOnlyOnSuccessfulCommit", base::FEATURE_DISABLED_BY_DEFAULT}; + // Enables correctly computing whether dedicated workers are secure contexts. // TODO(https://crbug.com/780031): Remove this once fully shipped. const base::Feature kSecureContextFixForWorkers{