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

Unified Diff: components/keyed_service/content/browser_context_dependency_manager.h

Issue 1090373003: Allow cross dependencies between BCKSF and BSKSF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove wrapper methods Created 5 years, 8 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: components/keyed_service/content/browser_context_dependency_manager.h
diff --git a/components/keyed_service/content/browser_context_dependency_manager.h b/components/keyed_service/content/browser_context_dependency_manager.h
index 18a273f9fdb6efcb31e66a60318cc9a7681c88d6..4a2fdbcf0e4435a3bc7ce5e6502adb276f54816a 100644
--- a/components/keyed_service/content/browser_context_dependency_manager.h
+++ b/components/keyed_service/content/browser_context_dependency_manager.h
@@ -33,7 +33,7 @@ class KEYED_SERVICE_EXPORT BrowserContextDependencyManager
// a key to prevent multiple registrations on the same BrowserContext in
// tests.
void RegisterProfilePrefsForServices(
- const content::BrowserContext* context,
+ content::BrowserContext* context,
user_prefs::PrefRegistrySyncable* registry);
// Called by each BrowserContext to alert us of its creation. Several
@@ -91,8 +91,7 @@ class KEYED_SERVICE_EXPORT BrowserContextDependencyManager
#ifndef NDEBUG
// DependencyManager:
- void DumpContextDependencies(
- const base::SupportsUserData* context) const final;
+ void DumpContextDependencies(base::SupportsUserData* context) const final;
#endif // NDEBUG
// A list of callbacks to call just before executing
« no previous file with comments | « components/keyed_service/content/BUILD.gn ('k') | components/keyed_service/content/browser_context_dependency_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698