| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 8dbc24720aae95d484a83a67ae28c177988fefa4..cf7fb9a0bb122b8303edd995d99a103bdcbd4e42 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -279,6 +279,9 @@ class ProfileManager : public base::NonThreadSafe,
|
|
|
| #if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| // Updates the last active user of the current session.
|
| + // On Chrome OS updating this user will have no effect since when browser is
|
| + // restored after crash there's another preference that is taken into account.
|
| + // See kLastActiveUser in UserManagerBase.
|
| void UpdateLastUser(Profile* last_active);
|
|
|
| class BrowserListObserver : public chrome::BrowserListObserver {
|
|
|