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

Unified Diff: chrome/browser/browser_process.h

Issue 2731283009: Swap ownership of RulesetService and the content delegate (Closed)
Patch Set: engedy review 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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index b11c732a9e05969dec211777f738bc9380c9ddb1..cf07d9a0d1bce449bc8acc27b0083bdf4294c422 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 ContentRulesetService;
}
namespace variations {
@@ -239,7 +239,7 @@ class BrowserProcess {
// Returns the service providing versioned storage for rules used by the Safe
// Browsing subresource filter.
- virtual subresource_filter::RulesetService*
+ virtual subresource_filter::ContentRulesetService*
subresource_filter_ruleset_service() = 0;
#if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698