Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: components/subresource_filter/core/browser/subresource_filter_features.h

Issue 2770153004: Unittests for the Safe Browsing Subresource filter navigation throttle (Closed)
Patch Set: comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/subresource_filter/core/browser/subresource_filter_features.h
diff --git a/components/subresource_filter/core/browser/subresource_filter_features.h b/components/subresource_filter/core/browser/subresource_filter_features.h
index 529580f4554d169d8ea518e63c802904fb4e6ccb..19f9c00b922c2176d6ca127292fa25ef19d100d1 100644
--- a/components/subresource_filter/core/browser/subresource_filter_features.h
+++ b/components/subresource_filter/core/browser/subresource_filter_features.h
@@ -18,9 +18,6 @@ extern const base::Feature kSafeBrowsingSubresourceFilter;
// Enables the new experimental UI for the Subresource Filter.
extern const base::Feature kSafeBrowsingSubresourceFilterExperimentalUI;
-// Guards creation of the SubresourceFilterSafeBrowsingActivationThrottle
-extern const base::Feature kSubresourceFilterSafeBrowsingActivationThrottle;
engedy 2017/04/06 13:50:38 ... and also mention that this CL removes the feat
melandory 2017/04/07 09:09:44 Done.
-
// Name/values of the variation parameter controlling maximum activation level.
extern const char kActivationLevelParameterName[];
extern const char kActivationLevelDryRun[];

Powered by Google App Engine
This is Rietveld 408576698