| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 6478063d299890b67a0ab737ee7e1c65e428d3d8..bc91e005206a352d255dbc67af44665cc2388728 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";
|
| +
|
| // Enables consumer management, which allows user to enroll, remotely lock and
|
| // locate the device.
|
| const char kEnableConsumerManagement[] = "enable-consumer-management";
|
|
|