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

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

Issue 2513473006: Stop running arc container on supervised user creation flow (Closed)
Patch Set: rebased Created 4 years 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.h
diff --git a/chrome/browser/chromeos/login/supervised/supervised_user_login_flow.h b/chrome/browser/chromeos/login/supervised/supervised_user_login_flow.h
index 9ecae8e2d0c606ad5704a044cf6d1ae894f71b75..4f25bd073f558c99c9f58e75ce094890e4b4cc40 100644
--- a/chrome/browser/chromeos/login/supervised/supervised_user_login_flow.h
+++ b/chrome/browser/chromeos/login/supervised/supervised_user_login_flow.h
@@ -26,6 +26,7 @@ class SupervisedUserLoginFlow
// ExtendedUserFlow overrides.
void AppendAdditionalCommandLineSwitches() override;
bool CanLockScreen() override;
+ bool CanStartArc() override;
bool ShouldLaunchBrowser() override;
bool ShouldSkipPostLoginScreens() override;
bool SupportsEarlyRestartToApplyFlags() override;

Powered by Google App Engine
This is Rietveld 408576698