| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index f2f5f038f1c5f4ff0570880af49ac465d16724be..502abf3445af324cbb8060faa9d3a7e77259ac1b 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";
|
|
|
| +// Disables cloud backup feature.
|
| +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";
|
|
|