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

Unified Diff: chrome/browser/component_updater/subresource_filter_component_installer.cc

Issue 2798983002: Introduce subresource_filter::Configuration. (Closed)
Patch Set: Rebase. Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698