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

Unified Diff: chrome/browser/extensions/extension_prefs.h

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style Created 7 years, 7 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/extensions/extension_prefs.h
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
index d9fa3dec6e3a68087fae478a4bf0a7ad13f5ad94..73d7eef729c9a1c714f4ad264961de5e7ba058b1 100644
--- a/chrome/browser/extensions/extension_prefs.h
+++ b/chrome/browser/extensions/extension_prefs.h
@@ -52,7 +52,7 @@ class URLPatternSet;
// maintains as the underlying extensions change.
class ExtensionPrefs : public ContentSettingsStore::Observer,
public ExtensionScopedPrefs,
- public ProfileKeyedService {
+ public BrowserContextKeyedService {
public:
// Key name for a preference that keeps track of per-extension settings. This
// is a dictionary object read from the Preferences file, keyed off of
@@ -152,7 +152,7 @@ class ExtensionPrefs : public ContentSettingsStore::Observer,
virtual ~ExtensionPrefs();
- // ProfileKeyedService implementation.
+ // BrowserContextKeyedService implementation.
virtual void Shutdown() OVERRIDE;
// Convenience function to get the ExtensionPrefs for a Profile.

Powered by Google App Engine
This is Rietveld 408576698