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 |