summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profile_manager.h')
-rw-r--r--chrome/browser/profile_manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/profile_manager.h b/chrome/browser/profile_manager.h
index 0e6e8db..2981225 100644
--- a/chrome/browser/profile_manager.h
+++ b/chrome/browser/profile_manager.h
@@ -74,15 +74,15 @@ class ProfileManager : public NonThreadSafe,
// Invokes ShutdownSessionService() on all profiles.
static void ShutdownSessionServices();
- // Returns profile to use for Chrome in login wizard mode.
- static Profile* GetLoginWizardProfile();
-
// Returns the default profile. This adds the profile to the
// ProfileManager if it doesn't already exist. This method returns NULL if
// the profile doesn't exist and we can't create it.
- // The profile used can be overridden by using --profile on
+ // The profile used can be overridden by using --login-profile on cros.
Profile* GetDefaultProfile(const FilePath& user_data_dir);
+ // Same as instance method but provides the default user_data_dir as well.
+ static Profile* GetDefaultProfile();
+
// Returns a profile for a specific profile directory within the user data
// dir. This will return an existing profile it had already been created,
// otherwise it will create and manage it.