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

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

Issue 2667303003: Disable subresource filtering on page reloads. (Closed)
Patch Set: move ui/base to public_deps Created 3 years, 10 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 6da330ad126770125ec50e4c89e581bf32a228d4..080bf615931549efa36a4536affb8fc508dd9e1e 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
@@ -26,7 +26,8 @@ class ScopedSubresourceFilterFeatureToggle {
const std::string& activation_scope,
const std::string& activation_lists = std::string(),
const std::string& performance_measurement_rate = std::string(),
- const std::string& suppress_notifications = std::string());
+ const std::string& suppress_notifications = std::string(),
+ const std::string& whitelist_site_on_reload = std::string());
ScopedSubresourceFilterFeatureToggle(
base::FeatureList::OverrideState feature_state,

Powered by Google App Engine
This is Rietveld 408576698