| Index: chrome/browser/chromeos/profiles/profile_helper.h
|
| diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
|
| index 73324bcf63db53243828c9a83fee3fbebdb0ea15..643b70ef0ed252499d14af1dfe02fce295b34ebb 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_helper.h
|
| +++ b/chrome/browser/chromeos/profiles/profile_helper.h
|
| @@ -17,6 +17,10 @@
|
|
|
| class Profile;
|
|
|
| +namespace base {
|
| +class FilePath;
|
| +}
|
| +
|
| namespace chromeos {
|
|
|
| // This helper class is used on Chrome OS to keep track of currently
|
| @@ -47,6 +51,9 @@ class ProfileHelper : public BrowsingDataRemover::Observer,
|
| static base::FilePath GetProfilePathByUserIdHash(
|
| const std::string& user_id_hash);
|
|
|
| + // Returns the path that corresponds to the sign-in profile.
|
| + static base::FilePath GetSigninProfileDir();
|
| +
|
| // Returns OffTheRecord profile for use during signing phase.
|
| static Profile* GetSigninProfile();
|
|
|
|
|