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

Unified Diff: components/arc/arc_bridge_service.cc

Issue 2730003002: [M57] Enable ARC kiosk mode always when ARC is available (Closed)
Patch Set: rebase Created 3 years, 9 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
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/arc_bridge_service.cc
diff --git a/components/arc/arc_bridge_service.cc b/components/arc/arc_bridge_service.cc
index 3e7580d7e748ab41419bf92eb1fb114a0c66f301..93ce0a909fe3c14fd396c1cfc5040421cf0a6e55 100644
--- a/components/arc/arc_bridge_service.cc
+++ b/components/arc/arc_bridge_service.cc
@@ -35,7 +35,7 @@ bool ArcBridgeService::GetEnabled(const base::CommandLine* command_line) {
bool ArcBridgeService::GetKioskEnabled(const base::CommandLine* command_line) {
return GetEnabled(command_line) ||
- command_line->HasSwitch(chromeos::switches::kEnableArcKiosk);
+ command_line->HasSwitch(chromeos::switches::kArcAvailable);
}
bool ArcBridgeService::GetKioskStarted(const base::CommandLine* command_line) {
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698