| Index: chrome/browser/component_updater/subresource_filter_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/subresource_filter_component_installer.cc b/chrome/browser/component_updater/subresource_filter_component_installer.cc
|
| index a636e3faec3a6c052334838c19095b9f114e5d55..0b3ff980342599cf8443e9dad8e4bc111f3b04a5 100644
|
| --- a/chrome/browser/component_updater/subresource_filter_component_installer.cc
|
| +++ b/chrome/browser/component_updater/subresource_filter_component_installer.cc
|
| @@ -112,7 +112,8 @@ std::string SubresourceFilterComponentInstallerTraits::GetName() const {
|
|
|
| // static
|
| std::string SubresourceFilterComponentInstallerTraits::GetInstallerTag() {
|
| - std::string ruleset_flavor = subresource_filter::GetRulesetFlavor();
|
| + std::string ruleset_flavor =
|
| + subresource_filter::GetActiveConfiguration().ruleset_flavor;
|
| if (ruleset_flavor.empty())
|
| return ruleset_flavor;
|
|
|
|
|