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

Unified Diff: chrome/browser/extensions/api/declarative/test_rules_registry.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/test_rules_registry.h
diff --git a/chrome/browser/extensions/api/declarative/test_rules_registry.h b/chrome/browser/extensions/api/declarative/test_rules_registry.h
index 482998c61f72bf2d3ca002e359b5218655fd1c46..eaffc1706839047e53d65ffdf7c1bf06211a0f2f 100644
--- a/chrome/browser/extensions/api/declarative/test_rules_registry.h
+++ b/chrome/browser/extensions/api/declarative/test_rules_registry.h
@@ -18,7 +18,7 @@ class TestRulesRegistry : public RulesRegistry {
Profile* profile,
const std::string& event_name,
content::BrowserThread::ID owner_thread,
- scoped_ptr<RulesCacheDelegate>* ui_part);
+ RulesCacheDelegate* cache_delegate);
// RulesRegistry implementation:
virtual std::string AddRulesImpl(

Powered by Google App Engine
This is Rietveld 408576698