| Index: chrome/test/base/testing_profile_manager.cc
|
| diff --git a/chrome/test/base/testing_profile_manager.cc b/chrome/test/base/testing_profile_manager.cc
|
| index 2ddcb990e4763359ffad4149ed4985b1f034e915..63295182710194961813fe246e05013f63ed4b3a 100644
|
| --- a/chrome/test/base/testing_profile_manager.cc
|
| +++ b/chrome/test/base/testing_profile_manager.cc
|
| @@ -178,6 +178,12 @@ void TestingProfileManager::SetLoggedIn(bool logged_in) {
|
| profile_manager_->logged_in_ = logged_in;
|
| }
|
|
|
| +void TestingProfileManager::UpdateLastUser(Profile* last_active) {
|
| +#if !defined(OS_ANDROID) && !defined(OS_IOS)
|
| + profile_manager_->UpdateLastUser(last_active);
|
| +#endif
|
| +}
|
| +
|
| const base::FilePath& TestingProfileManager::profiles_dir() {
|
| DCHECK(called_set_up_);
|
| return profiles_dir_.path();
|
|
|