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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 2731283009: Swap ownership of RulesetService and the content delegate (Closed)
Patch Set: Swap ownership of RulesetService and the content delegate Created 3 years, 9 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
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index a12670138746c4ccceafcf2361a48af00e84e3fc..0068faf513caffdd5d02adefd09567a63af5d213 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -1373,7 +1373,7 @@ void ChromeBrowserMainParts::PreBrowserStart() {
// immediately after its construction, provided that the rules are already
// available at no cost in an indexed format. This enables activating
// subresource filtering, if needed, also for page loads on start-up.
- g_browser_process->subresource_filter_ruleset_service();
+ g_browser_process->subresource_filter_ruleset_service_delegate();
}
void ChromeBrowserMainParts::PostBrowserStart() {

Powered by Google App Engine
This is Rietveld 408576698