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

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 9764006: Make ExtensionPrefValueMap a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: includes Created 8 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/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 83f498b6008ca1a7f9077332919cd28bf29dbda6..7fadbf793ed8ebb9094292981a90d26f1f93215c 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -23,7 +23,6 @@
class ExtensionNavigationObserver;
class ExtensionPrefs;
-class ExtensionPrefValueMap;
class NetPrefObserver;
class PrefService;
class PromoResourceService;
@@ -174,11 +173,8 @@ class ProfileImpl : public Profile,
void EnsureSessionServiceCreated();
- ExtensionPrefValueMap* GetExtensionPrefValueMap();
-
void UpdateProfileUserNameCache();
-
// Updates the ProfileInfoCache with data from this profile.
void UpdateProfileNameCache();
void UpdateProfileAvatarCache();
@@ -199,7 +195,6 @@ class ProfileImpl : public Profile,
// that the declaration occurs AFTER things it depends on as destruction
// happens in reverse order of declaration.
- scoped_ptr<ExtensionPrefValueMap> extension_pref_value_map_;
// Keep |prefs_| on top for destruction order because |extension_prefs_|,
// |net_pref_observer_|, |web_resource_service_|, and |io_data_| store
// pointers to |prefs_| and shall be destructed first.

Powered by Google App Engine
This is Rietveld 408576698