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

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: 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 b673acac3bc01ce8bffb85b3f17ad1fdfb21816d..543dd95411081835519abc8c8871b36a80d53b15 100644
--- a/chrome/browser/chromeos/login/test_login_utils.cc
+++ b/chrome/browser/chromeos/login/test_login_utils.cc
@@ -39,4 +39,8 @@ scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
void TestLoginUtils::InitRlzDelayed(Profile* user_profile) {
}
+bool RestartToApplyPerSessionFlagsIfNeed(Profile* profile) {
+ return false;
+}
+
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698