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