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

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

Issue 7275026: Revert 90820 - Multi-Profiles: New Profile Setup UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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/profiles/profile_info_cache.cc ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_manager.h
===================================================================
--- chrome/browser/profiles/profile_manager.h (revision 90826)
+++ chrome/browser/profiles/profile_manager.h (working copy)
@@ -25,7 +25,6 @@
class FilePath;
class NewProfileLauncher;
-class ProfileInfoCache;
class ProfileManagerObserver {
public:
@@ -148,10 +147,6 @@
// Register multi-profile related preferences in Local State.
static void RegisterPrefs(PrefService* prefs);
- // Returns a ProfileInfoCache object which can be used to get information
- // about profiles without having to load them from disk.
- ProfileInfoCache& GetProfileInfoCache();
-
protected:
// Does final initial actions.
virtual void DoFinalInit(Profile* profile);
@@ -209,8 +204,6 @@
typedef std::map<FilePath, linked_ptr<ProfileInfo> > ProfilesInfoMap;
ProfilesInfoMap profiles_info_;
- scoped_ptr<ProfileInfoCache> profile_info_cache_;
-
DISALLOW_COPY_AND_ASSIGN(ProfileManager);
};
« no previous file with comments | « chrome/browser/profiles/profile_info_cache.cc ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698