Commit e1b4ffdf authored by Varun Khaneja's avatar Varun Khaneja Committed by Commit Bot

Remove feature flags for PVer4 -- no longer used

TBR=asvitkine

Bug: 754336
Change-Id: I316e03853095b49dc9da6d6d19fccfd9cefb7bf5
Reviewed-on: https://chromium-review.googlesource.com/773505
Commit-Queue: Varun Khaneja <vakh@chromium.org>
Reviewed-by: default avatarNathan Parker <nparker@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517688}
parent 83c7495a
...@@ -35,10 +35,6 @@ const base::Feature kGoogleBrandedPhishingWarning{ ...@@ -35,10 +35,6 @@ const base::Feature kGoogleBrandedPhishingWarning{
"PasswordProtectionGoogleBrandedPhishingWarning", "PasswordProtectionGoogleBrandedPhishingWarning",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kLocalDatabaseManagerEnabled{
"SafeBrowsingV4LocalDatabaseManagerEnabled",
base::FEATURE_DISABLED_BY_DEFAULT};
// If enabled, SafeBrowsing URL checks don't defer starting requests or // If enabled, SafeBrowsing URL checks don't defer starting requests or
// following redirects, no matter on desktop or mobile. Instead they only defer // following redirects, no matter on desktop or mobile. Instead they only defer
// response processing. // response processing.
...@@ -55,9 +51,6 @@ const base::Feature kTriggerThrottlerDailyQuotaFeature{ ...@@ -55,9 +51,6 @@ const base::Feature kTriggerThrottlerDailyQuotaFeature{
"SafeBrowsingTriggerThrottlerDailyQuota", "SafeBrowsingTriggerThrottlerDailyQuota",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kV4OnlyEnabled{"SafeBrowsingV4OnlyEnabled",
base::FEATURE_DISABLED_BY_DEFAULT};
namespace { namespace {
// List of experimental features. Boolean value for each list member should be // List of experimental features. Boolean value for each list member should be
// set to true if the experiment is currently running at a probability other // set to true if the experiment is currently running at a probability other
...@@ -71,11 +64,9 @@ constexpr struct { ...@@ -71,11 +64,9 @@ constexpr struct {
{&kAdSamplerTriggerFeature, false}, {&kAdSamplerTriggerFeature, false},
{&kGaiaPasswordReuseReporting, true}, {&kGaiaPasswordReuseReporting, true},
{&kGoogleBrandedPhishingWarning, true}, {&kGoogleBrandedPhishingWarning, true},
{&kLocalDatabaseManagerEnabled, true},
{&kParallelUrlCheck, true}, {&kParallelUrlCheck, true},
{&kThreatDomDetailsTagAndAttributeFeature, false}, {&kThreatDomDetailsTagAndAttributeFeature, false},
{&kTriggerThrottlerDailyQuotaFeature, false}, {&kTriggerThrottlerDailyQuotaFeature, false},
{&kV4OnlyEnabled, true},
}; };
// Adds the name and the enabled/disabled status of a given feature. // Adds the name and the enabled/disabled status of a given feature.
......
...@@ -24,7 +24,6 @@ extern const base::Feature kAdSamplerTriggerFeature; ...@@ -24,7 +24,6 @@ extern const base::Feature kAdSamplerTriggerFeature;
// Gates logging of GaiaPasswordReuse user events. // Gates logging of GaiaPasswordReuse user events.
extern const base::Feature kGaiaPasswordReuseReporting; extern const base::Feature kGaiaPasswordReuseReporting;
extern const base::Feature kGoogleBrandedPhishingWarning; extern const base::Feature kGoogleBrandedPhishingWarning;
extern const base::Feature kLocalDatabaseManagerEnabled;
extern const base::Feature kParallelUrlCheck; extern const base::Feature kParallelUrlCheck;
// Specifies which non-resource HTML Elements to collect based on their tag and // Specifies which non-resource HTML Elements to collect based on their tag and
...@@ -41,8 +40,6 @@ extern const base::Feature kThreatDomDetailsTagAndAttributeFeature; ...@@ -41,8 +40,6 @@ extern const base::Feature kThreatDomDetailsTagAndAttributeFeature;
// that trigger is allowed to send per day. // that trigger is allowed to send per day.
extern const base::Feature kTriggerThrottlerDailyQuotaFeature; extern const base::Feature kTriggerThrottlerDailyQuotaFeature;
extern const base::Feature kV4OnlyEnabled;
base::ListValue GetFeatureStatusList(); base::ListValue GetFeatureStatusList();
#endif // COMPONENTS_SAFE_BROWSING_FEATURES_H_ #endif // COMPONENTS_SAFE_BROWSING_FEATURES_H_
......
...@@ -3218,25 +3218,6 @@ ...@@ -3218,25 +3218,6 @@
] ]
} }
], ],
"SafeBrowsingV4LocalDatabaseManagerEnabled": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "V4Only2",
"enable_features": [
"SafeBrowsingV4LocalDatabaseManagerEnabled",
"SafeBrowsingV4OnlyEnabled"
]
}
]
}
],
"SearchEnginePromo": [ "SearchEnginePromo": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment