Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: chrome/browser/chromeos/login/test_login_utils.h

Issue 322533002: Restart Chrome on ChromeOS as early as possible to speed up restart. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win build. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ce59b2511b448548e58427c752b6cd37d5525d62..facfc823c3fe824b2f6864d1751496bf0858aa67 100644
--- a/chrome/browser/chromeos/login/test_login_utils.h
+++ b/chrome/browser/chromeos/login/test_login_utils.h
@@ -34,6 +34,8 @@ class TestLoginUtils : public LoginUtils {
virtual void CompleteOffTheRecordLogin(const GURL& start_url) OVERRIDE {}
virtual scoped_refptr<Authenticator> CreateAuthenticator(
LoginStatusConsumer* consumer) OVERRIDE;
+ virtual bool RestartToApplyPerSessionFlagsIfNeed(Profile* profile,
+ bool early_restart) OVERRIDE;
private:
UserContext expected_user_context_;

Powered by Google App Engine
This is Rietveld 408576698