| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 6d0ce41b3084ffe4029281d2103ae33a0e846f38..ad3dc469f5232029b8b771393f9b57f8e9b91de7 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -215,6 +215,9 @@ class ProfileManager : public base::NonThreadSafe,
|
| // Adds |profile| to the profile info cache if it's not already there.
|
| void AddProfileToCache(Profile* profile);
|
|
|
| + // For ChromeOS, determines if profile should be otr.
|
| + bool ShouldGoOffTheRecord();
|
| +
|
| NotificationRegistrar registrar_;
|
|
|
| // Indicates that a user has logged in and that the profile specified
|
|
|