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

Unified Diff: chromeos/chromeos_switches.cc

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Addressed feedback from Issue 1416313004 Created 5 years, 1 month 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: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 2c1ce3dc7bd9a0deb5f2ad4efc52450fdf644d4b..dc6de2b9633e26fe0c72c914343e1afdc4d47bfd 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -104,6 +104,9 @@ const char kDisableNetworkPortalNotification[] =
const char kEafeUrl[] = "eafe-url";
const char kEafePath[] = "eafe-path";
+// Enables the use of the ARC instance.
+const char kEnableArc[] = "enable-arc";
+
// Enables consumer management, which allows user to enroll, remotely lock and
// locate the device.
const char kEnableConsumerManagement[] = "enable-consumer-management";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | components/BUILD.gn » ('j') | components/arc/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698