Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 4db1e3f7fc5e8e3e5daadb7b9bd3ecbad18e056f..adc0cf4785c5bdd6c6375b76ece7f2e8f05c57fd 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -68,6 +68,10 @@ const char kEchoExtensionPath[] = "echo-ext-path"; |
// Enables switching between different cellular carriers from the UI. |
const char kEnableCarrierSwitching[] = "enable-carrier-switching"; |
+// Enables the next generation version of ChromeVox. Only valid with |
+// use_chromevox_next=1 within your GYP_DEFINES. |
+const char kEnableChromeVoxNext[] = "enable-chromevox-next"; |
darin (slow to review)
2014/05/16 21:54:07
nit: I think some effort is made in this file to h
David Tseng
2014/05/16 22:17:20
Done; thanks.
|
+ |
// Enables consumer management, which allows user to enroll, remotely lock and |
// locate the device. |
const char kEnableConsumerManagement[] = "enable-consumer-management"; |