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

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

Issue 7621031: Revert 97049 - Trying to see if it fixes sync_integration_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/fake_profile_info_interface.h ('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 97074)
+++ chrome/browser/profiles/profile_manager.h (working copy)
@@ -26,7 +26,6 @@
class FilePath;
class NewProfileLauncher;
class ProfileInfoCache;
-class ProfileInfoInterface;
class ProfileManagerObserver {
public:
@@ -158,15 +157,10 @@
// Register multi-profile related preferences in Local State.
static void RegisterPrefs(PrefService* prefs);
- // Returns a ProfileInfoInterface object which can be used to get information
+ // Returns a ProfileInfoCache object which can be used to get information
// about profiles without having to load them from disk.
- virtual ProfileInfoInterface& GetProfileInfo();
+ ProfileInfoCache& GetProfileInfoCache();
- // Returns the ProfileInfoInterface as a mutable ProfileInfoCache. This should
- // only be used when you need the full set of methods. Wherever possible use
- // the ProfileInfoInterface.
- virtual ProfileInfoCache& GetMutableProfileInfo();
-
// Schedules the profile at the given path to be deleted on shutdown.
void ScheduleProfileForDeletion(const FilePath& profile_dir);
« no previous file with comments | « chrome/browser/profiles/fake_profile_info_interface.h ('k') | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698