| Index: chrome/browser/chromeos/profiles/profile_helper.h
|
| diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
|
| index b72cf1ff99e4085deb8bd10910ca08a435a42b4b..f35d965aa729c653e59238458809eba0146799e2 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_helper.h
|
| +++ b/chrome/browser/chromeos/profiles/profile_helper.h
|
| @@ -150,6 +150,8 @@ class ProfileHelper
|
| static std::string GetUserIdHashByUserIdForTesting(
|
| const std::string& user_id);
|
|
|
| + void SetActiveUserIdForTesting(const std::string& user_id);
|
| +
|
| // Flushes all files of |profile|.
|
| void FlushProfile(Profile* profile);
|
|
|
|
|