| Index: chrome/browser/chromeos/login/fake_login_utils.h
|
| diff --git a/chrome/browser/chromeos/login/fake_login_utils.h b/chrome/browser/chromeos/login/fake_login_utils.h
|
| index fe512489fb1d447d7260e2e187f4b03b92ec4044..8c103a54abc3da559902a5d256ece93e5ff49f3d 100644
|
| --- a/chrome/browser/chromeos/login/fake_login_utils.h
|
| +++ b/chrome/browser/chromeos/login/fake_login_utils.h
|
| @@ -35,6 +35,7 @@ class FakeLoginUtils : public LoginUtils {
|
| LoginStatusConsumer* consumer) OVERRIDE;
|
| virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE;
|
| virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
|
| + virtual bool RestartToApplyPerSessionFlagsIfNeed(Profile* profile) OVERRIDE;
|
|
|
| void SetExpectedCredentials(const UserContext& user_context);
|
| void set_should_launch_browser(bool should_launch_browser) {
|
|
|