| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 02334bf8079fc052535ffdea8909a78eb0c3d192..8dbc24720aae95d484a83a67ae28c177988fefa4 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -278,6 +278,9 @@ class ProfileManager : public base::NonThreadSafe,
|
| Profile::CreateStatus status);
|
|
|
| #if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| + // Updates the last active user of the current session.
|
| + void UpdateLastUser(Profile* last_active);
|
| +
|
| class BrowserListObserver : public chrome::BrowserListObserver {
|
| public:
|
| explicit BrowserListObserver(ProfileManager* manager);
|
|
|