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

Unified Diff: chrome/browser/browser_process.h

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/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index b11c732a9e05969dec211777f738bc9380c9ddb1..c0587770e0ca6d4ae2feb2d5cdf8ee0680777dfc 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -46,7 +46,7 @@ class SafeBrowsingService;
}
namespace subresource_filter {
-class RulesetService;
+class ContentRulesetServiceDelegate;
}
namespace variations {
@@ -239,8 +239,8 @@ class BrowserProcess {
// Returns the service providing versioned storage for rules used by the Safe
// Browsing subresource filter.
- virtual subresource_filter::RulesetService*
- subresource_filter_ruleset_service() = 0;
+ virtual subresource_filter::ContentRulesetServiceDelegate*
+ subresource_filter_ruleset_service_delegate() = 0;
#if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
// This will start a timer that, if Chrome is in persistent mode, will check
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | components/subresource_filter/core/browser/ruleset_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698