| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 71139bc225fb49fe66b2a92ea2cdbdc614bd99d3..3175fd3ab8b8b65b135c579bf50f2e9d0a380497 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -63,6 +63,13 @@ class ProfileManager : public base::NonThreadSafe,
|
| // if guest login.
|
| static Profile* GetDefaultProfileOrOffTheRecord();
|
|
|
| +#if defined(OS_CHROMEOS)
|
| + // Returns OffTheRecord profile for usign during authentication phase.
|
| + Profile* GetSigninProfile(const base::FilePath& user_data_dir);
|
| +
|
| + static Profile* GetSigninProfile();
|
| +#endif
|
| +
|
| // 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.
|
|
|