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

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

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.cc
diff --git a/chrome/browser/chromeos/login/test_login_utils.cc b/chrome/browser/chromeos/login/test_login_utils.cc
index d6080e6d24b39726c132f0bacd0587afdbf6d7f2..209d6fb0d4d1ad2cc3e32ec07d67be08caacb6b4 100644
--- a/chrome/browser/chromeos/login/test_login_utils.cc
+++ b/chrome/browser/chromeos/login/test_login_utils.cc
@@ -35,4 +35,9 @@ scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
return new MockAuthenticator(consumer, expected_user_context_);
}
+bool TestLoginUtils::RestartToApplyPerSessionFlagsIfNeed(Profile* profile,
+ bool early_restart) {
+ return false;
+}
+
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698