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

Unified Diff: chromeos/chromeos_switches.cc

Issue 614643003: Rollback feature is taken out of the flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 26a8d20087602dfb9700e8725a8e2d3988506208..f608db2c05ac14e1d21c9d9b3e459e9436005375 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -62,6 +62,9 @@ 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";
@@ -90,9 +93,6 @@ const char kEnableExtensionAssetsSharing[] = "enable-extension-assets-sharing";
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