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

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

Issue 2664283003: Add field trial param to suppress disallowed subresource notifications. (Closed)
Patch Set: fix compilation error Created 3 years, 11 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 c8bcd373b55d9142eda8a1aad64e5ba5f87af50d..6da330ad126770125ec50e4c89e581bf32a228d4 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
@@ -25,7 +25,8 @@ class ScopedSubresourceFilterFeatureToggle {
const std::string& maximum_activation_level,
const std::string& activation_scope,
const std::string& activation_lists = std::string(),
- const std::string& performance_measurement_rate = std::string());
+ const std::string& performance_measurement_rate = std::string(),
+ const std::string& suppress_notifications = std::string());
ScopedSubresourceFilterFeatureToggle(
base::FeatureList::OverrideState feature_state,

Powered by Google App Engine
This is Rietveld 408576698