| Index: chrome/test/base/testing_profile_manager.h
|
| diff --git a/chrome/test/base/testing_profile_manager.h b/chrome/test/base/testing_profile_manager.h
|
| index 8fcd7a29323c63952f85b295f9a31435acfbb4b7..52f357f22e3891019a625437a96d4172c4f7f167 100644
|
| --- a/chrome/test/base/testing_profile_manager.h
|
| +++ b/chrome/test/base/testing_profile_manager.h
|
| @@ -84,6 +84,9 @@ class TestingProfileManager {
|
| // Sets ProfileManager's logged_in state. This is only useful on ChromeOS.
|
| void SetLoggedIn(bool logged_in);
|
|
|
| + // Sets the last used profile; also sets the active time to now.
|
| + void UpdateLastUser(Profile* last_active);
|
| +
|
| // Helper accessors.
|
| const base::FilePath& profiles_dir();
|
| ProfileManager* profile_manager();
|
|
|