Chromium Code Reviews| Index: chromeos/chromeos_switches.cc |
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
| index 6ac7d2e345844d6598483c3b419c99e3294e5d26..c9f86062abf9d9930b805b1ce7cc2e99461f657b 100644 |
| --- a/chromeos/chromeos_switches.cc |
| +++ b/chromeos/chromeos_switches.cc |
| @@ -53,6 +53,9 @@ const char kDerelictIdleTimeout[] = "derelict-idle-timeout"; |
| // Disables wallpaper boot animation (except of OOBE case). |
| const char kDisableBootAnimation[] = "disable-boot-animation"; |
| +// Enables cloud backup feature. |
|
satorux1
2015/02/06 01:26:06
Disables
|
| +const char kDisableCloudImport[] = "disable-cloud-import"; |
| + |
| // Disables the ChromeOS demo. |
| const char kDisableDemoMode[] = "disable-demo-mode"; |
| @@ -97,9 +100,6 @@ const char kDisableNetworkPortalNotification[] = |
| // Enables switching between different cellular carriers from the UI. |
| const char kEnableCarrierSwitching[] = "enable-carrier-switching"; |
| -// Enables cloud backup feature. |
| -const char kEnableCloudBackup[] = "enable-cloud-backup"; |
| - |
| // Enables consumer management, which allows user to enroll, remotely lock and |
| // locate the device. |
| const char kEnableConsumerManagement[] = "enable-consumer-management"; |