| Index: chrome/browser/chromeos/login/test_login_utils.h
|
| diff --git a/chrome/browser/chromeos/login/test_login_utils.h b/chrome/browser/chromeos/login/test_login_utils.h
|
| index dc1dc12e350cc5697e225494b6df5bdac7b14579..7dc218e8371a9aa01a6f9876fc8d0384347d1bf3 100644
|
| --- a/chrome/browser/chromeos/login/test_login_utils.h
|
| +++ b/chrome/browser/chromeos/login/test_login_utils.h
|
| @@ -38,6 +38,7 @@ class TestLoginUtils : public LoginUtils {
|
| LoginStatusConsumer* consumer) OVERRIDE;
|
| virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE {}
|
| virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
|
| + virtual bool RestartToApplyPerSessionFlagsIfNeed(Profile* profile) OVERRIDE;
|
|
|
| private:
|
| UserContext expected_user_context_;
|
|
|