From 90556c5c9d0a274cc823b713544e9b6064e205cd Mon Sep 17 00:00:00 2001 From: "merkulova@chromium.org" Date: Mon, 12 May 2014 08:38:45 +0000 Subject: Rollback option put behind the flag. BUG=368860 Review URL: https://codereview.chromium.org/267393011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269753 0039d316-1c4b-4281-b951-d872f2087c98 --- chromeos/chromeos_switches.cc | 3 +++ chromeos/chromeos_switches.h | 1 + 2 files changed, 4 insertions(+) (limited to 'chromeos') diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc index 6478063..77cf81b 100644 --- a/chromeos/chromeos_switches.cc +++ b/chromeos/chromeos_switches.cc @@ -90,6 +90,9 @@ const char kEnableTouchpadThreeFingerClick[] // than the kiosk app mode. const char kEnableKioskMode[] = "enable-kiosk-mode"; +// Enables rollback option for resetting ChromeOS. +const char kEnableRollbackOption[] = "enable-rollback-option"; + // Enables request of tablet site (via user agent override). const char kEnableRequestTabletSite[] = "enable-request-tablet-site"; diff --git a/chromeos/chromeos_switches.h b/chromeos/chromeos_switches.h index 01ab36b..0290c2b 100644 --- a/chromeos/chromeos_switches.h +++ b/chromeos/chromeos_switches.h @@ -40,6 +40,7 @@ CHROMEOS_EXPORT extern const char kEchoExtensionPath[]; CHROMEOS_EXPORT extern const char kEnableCarrierSwitching[]; CHROMEOS_EXPORT extern const char kEnableConsumerManagement[]; CHROMEOS_EXPORT extern const char kEnableFileManagerMTP[]; +CHROMEOS_EXPORT extern const char kEnableRollbackOption[]; CHROMEOS_EXPORT extern const char kEnableHIDDetectionOnOOBE[]; CHROMEOS_EXPORT extern const char kEnableKioskMode[]; CHROMEOS_EXPORT extern const char kEnableNetworkPortalNotification[]; -- cgit v1.1