Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: chromeos/chromeos_switches.cc

Issue 463053002: Flag for rollback feature switched to covering by default state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tests adapted for flag add. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index ab1357a2f7d2652b458bcedf06ee4df703ccc81e..295f673b8eeb703eee51c8a13d7c1f6fa3bceb4f 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -58,9 +58,6 @@ const char kDisableNewKioskUI[] = "disable-new-kiosk-ui";
const char kDisableOfficeEditingComponentApp[] =
"disable-office-editing-component-extension";
-// Disables rollback option on reset screen.
-const char kDisableRollbackOption[] = "disable-rollback-option";
-
// Disables volume adjust sound.
const char kDisableVolumeAdjustSound[] = "disable-volume-adjust-sound";
@@ -93,6 +90,9 @@ const char kEnableFileManagerMTP[] = "enable-filemanager-mtp";
const char kEnableNetworkPortalNotification[] =
"enable-network-portal-notification";
+// Enables rollback option on reset screen.
+const char kEnableRollbackOption[] = "enable-rollback-option";
+
// Enables touchpad three-finger-click as middle button.
const char kEnableTouchpadThreeFingerClick[]
= "enable-touchpad-three-finger-click";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698