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

Unified Diff: chrome/browser/chromeos/login/user_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/user_flow.h
diff --git a/chrome/browser/chromeos/login/user_flow.h b/chrome/browser/chromeos/login/user_flow.h
index 91578aac0a42e43ed6b49da9f38357b243330e57..23c9094ac5f033cf93043b919288d1c5016bf3bd 100644
--- a/chrome/browser/chromeos/login/user_flow.h
+++ b/chrome/browser/chromeos/login/user_flow.h
@@ -28,6 +28,7 @@ class UserFlow {
// Indicates if screen locking should be enabled or disabled for a flow.
virtual bool CanLockScreen() = 0;
+ virtual bool CanStartArc() = 0;
virtual bool ShouldShowSettings() = 0;
virtual bool ShouldShowNotificationTray() = 0;
virtual bool ShouldLaunchBrowser() = 0;
@@ -56,6 +57,7 @@ class DefaultUserFlow : public UserFlow {
void AppendAdditionalCommandLineSwitches() override;
bool CanLockScreen() override;
+ bool CanStartArc() override;
bool ShouldShowSettings() override;
bool ShouldShowNotificationTray() override;
bool ShouldLaunchBrowser() override;
« no previous file with comments | « chrome/browser/chromeos/login/supervised/supervised_user_login_flow.cc ('k') | chrome/browser/chromeos/login/user_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698