Chromium Code Reviews| Index: chromeos/chromeos_switches.cc |
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
| index f608db2c05ac14e1d21c9d9b3e459e9436005375..65b3f1f74fba6f761b847610ccbf079bde6e85a2 100644 |
| --- a/chromeos/chromeos_switches.cc |
| +++ b/chromeos/chromeos_switches.cc |
| @@ -78,6 +78,9 @@ const char kEnableCarrierSwitching[] = "enable-carrier-switching"; |
| // Enables the next generation version of ChromeVox. |
| const char kEnableChromeVoxNext[] = "enable-chromevox-next"; |
| +// Enables cloud import feature. |
| +const char kEnableCloudImport[] = "enable-could-import"; |
|
James Hawkins
2014/10/21 20:08:58
s/could/cloud/
Steve McKay
2014/10/21 20:13:31
Done.
|
| + |
| // Enables consumer management, which allows user to enroll, remotely lock and |
| // locate the device. |
| const char kEnableConsumerManagement[] = "enable-consumer-management"; |