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

Unified Diff: chrome/browser/chromeos/login/supervised/supervised_user_login_flow.cc

Issue 654173005: Don't allow restarting to apply custom flags when supervised user creation flow is active (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/supervised/supervised_user_login_flow.cc
diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_login_flow.cc b/chrome/browser/chromeos/login/supervised/supervised_user_login_flow.cc
index 0f9a84eab4a7524d8146f30617d9e8bdc2da4f58..890b3fd7e20eac7e8eb77d62a5396b0991370b5c 100644
--- a/chrome/browser/chromeos/login/supervised/supervised_user_login_flow.cc
+++ b/chrome/browser/chromeos/login/supervised/supervised_user_login_flow.cc
@@ -47,6 +47,10 @@ bool SupervisedUserLoginFlow::ShouldSkipPostLoginScreens() {
return true;
}
+bool SupervisedUserLoginFlow::SupportsEarlyRestartToApplyFlags() {
+ return true;
Nikita (slow) 2014/10/15 18:12:48 Supervised user login is actually guarded here: ht
Nikita (slow) 2014/10/16 09:45:06 I've changed this to false in second patchset.
+}
+
bool SupervisedUserLoginFlow::HandleLoginFailure(const AuthFailure& failure) {
return false;
}
« no previous file with comments | « chrome/browser/chromeos/login/supervised/supervised_user_login_flow.h ('k') | chrome/browser/chromeos/login/user_flow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698