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

Unified Diff: chrome/browser/extensions/api/declarative/rules_registry_service.h

Issue 53273002: Decouple RulesCacheDelegate from RulesRegistry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_rules_registry_with_cache
Patch Set: Updated Created 7 years, 1 month 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: chrome/browser/extensions/api/declarative/rules_registry_service.h
diff --git a/chrome/browser/extensions/api/declarative/rules_registry_service.h b/chrome/browser/extensions/api/declarative/rules_registry_service.h
index f4816da9d01e89013f41209a805cfcfbd9e06a55..aa51607d30611e8b999f67cdbe862c87a6db7960 100644
--- a/chrome/browser/extensions/api/declarative/rules_registry_service.h
+++ b/chrome/browser/extensions/api/declarative/rules_registry_service.h
@@ -96,7 +96,7 @@ class RulesRegistryService : public ProfileKeyedAPI,
RulesRegistryMap rule_registries_;
// We own the parts of the registries which need to run on the UI thread.
- ScopedVector<RulesCacheDelegate> ui_parts_of_registries_;
+ ScopedVector<RulesCacheDelegate> cache_delegates_;
// Weak pointer into rule_registries_ to make it easier to handle content rule
// conditions.

Powered by Google App Engine
This is Rietveld 408576698