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

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

Issue 6894020: Adds async interface method to PersistentPrefStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2010->2011 Created 9 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
« no previous file with comments | « chrome/browser/prefs/value_map_pref_store.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 080948223d186334c402e1b9abc636580dba1d61..f5eb627d58f537efab63843a2a531d211174671d 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -36,8 +36,7 @@ class NetPrefObserver;
// The default profile implementation.
class ProfileImpl : public Profile,
public SpellCheckHostObserver,
- public NotificationObserver,
- public PrefServiceDelegate {
+ public NotificationObserver {
public:
virtual ~ProfileImpl();
@@ -158,9 +157,8 @@ class ProfileImpl : public Profile,
// Does final initialization. Should be called after prefs were loaded.
void DoFinalInit();
- // PrefServiceDelegate implementation. Does final prefs initialization and
- // calls Init().
- virtual void OnPrefsLoaded(PrefService* prefs, bool success);
+ // Does final prefs initialization and calls Init().
+ void OnPrefsLoaded(bool success);
void CreateWebDataService();
FilePath GetPrefFilePath();
« no previous file with comments | « chrome/browser/prefs/value_map_pref_store.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698