| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 403d6ed8258c80f5e8a2e9e0e3952ec14c589e9e..739ca064cef7a4b14c388f130df581d16f93ebab 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -74,6 +74,9 @@
|
|
|
| // Enables switching between different cellular carriers from the UI.
|
| const char kEnableCarrierSwitching[] = "enable-carrier-switching";
|
| +
|
| +// Enables the next generation version of ChromeVox.
|
| +const char kEnableChromeVoxNext[] = "enable-chromevox-next";
|
|
|
| // Enables cloud backup feature.
|
| const char kEnableCloudBackup[] = "enable-cloud-backup";
|
|
|