| 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,
|
|
|