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

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

Issue 2272323002: Allow Safe Browsing Saresource Filter to distinguish between different lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix safe_browsing_service_browsertest Created 4 years, 4 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_test_support.h
diff --git a/components/subresource_filter/core/browser/subresource_filter_features_test_support.h b/components/subresource_filter/core/browser/subresource_filter_features_test_support.h
index 6ef97f22cb51986327ab03ef910193ba9c6c93c6..f2065e9cb40071834a853c552da97fd3c1e49c69 100644
--- a/components/subresource_filter/core/browser/subresource_filter_features_test_support.h
+++ b/components/subresource_filter/core/browser/subresource_filter_features_test_support.h
@@ -23,6 +23,13 @@ class ScopedSubresourceFilterFeatureToggle {
base::FeatureList::OverrideState feature_state,
const std::string& maximum_activation_state,
const std::string& activation_scope);
+
+ ScopedSubresourceFilterFeatureToggle(
+ base::FeatureList::OverrideState feature_state,
+ const std::string& maximum_activation_state,
+ const std::string& activation_scope,
+ const std::string& activation_lists);
+
~ScopedSubresourceFilterFeatureToggle();
private:

Powered by Google App Engine
This is Rietveld 408576698