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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 280123003: Rollback option put behind the flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chromeos/chromeos_switches.h" 5 #include "chromeos/chromeos_switches.h"
6 6
7 namespace chromeos { 7 namespace chromeos {
8 namespace switches { 8 namespace switches {
9 9
10 // Path for app's OEM manifest file. 10 // Path for app's OEM manifest file.
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "enable-network-portal-notification"; 83 "enable-network-portal-notification";
84 84
85 // Enables touchpad three-finger-click as middle button. 85 // Enables touchpad three-finger-click as middle button.
86 const char kEnableTouchpadThreeFingerClick[] 86 const char kEnableTouchpadThreeFingerClick[]
87 = "enable-touchpad-three-finger-click"; 87 = "enable-touchpad-three-finger-click";
88 88
89 // Enable Kiosk mode for ChromeOS. Note this switch refers to retail mode rather 89 // Enable Kiosk mode for ChromeOS. Note this switch refers to retail mode rather
90 // than the kiosk app mode. 90 // than the kiosk app mode.
91 const char kEnableKioskMode[] = "enable-kiosk-mode"; 91 const char kEnableKioskMode[] = "enable-kiosk-mode";
92 92
93 // Enables rollback option for resetting ChromeOS.
94 const char kEnableRollbackOption[] = "enable-rollback-option";
95
93 // Enables request of tablet site (via user agent override). 96 // Enables request of tablet site (via user agent override).
94 const char kEnableRequestTabletSite[] = "enable-request-tablet-site"; 97 const char kEnableRequestTabletSite[] = "enable-request-tablet-site";
95 98
96 // Whether to enable forced enterprise re-enrollment. 99 // Whether to enable forced enterprise re-enrollment.
97 const char kEnterpriseEnableForcedReEnrollment[] = 100 const char kEnterpriseEnableForcedReEnrollment[] =
98 "enterprise-enable-forced-re-enrollment"; 101 "enterprise-enable-forced-re-enrollment";
99 102
100 // Power of the power-of-2 initial modulus that will be used by the 103 // Power of the power-of-2 initial modulus that will be used by the
101 // auto-enrollment client. E.g. "4" means the modulus will be 2^4 = 16. 104 // auto-enrollment client. E.g. "4" means the modulus will be 2^4 = 16.
102 const char kEnterpriseEnrollmentInitialModulus[] = 105 const char kEnterpriseEnrollmentInitialModulus[] =
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 207 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
205 208
206 // Forces first-run UI to be shown for every login. 209 // Forces first-run UI to be shown for every login.
207 const char kForceFirstRunUI[] = "force-first-run-ui"; 210 const char kForceFirstRunUI[] = "force-first-run-ui";
208 211
209 // Enables testing for auto update UI. 212 // Enables testing for auto update UI.
210 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 213 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
211 214
212 } // namespace switches 215 } // namespace switches
213 } // namespace chromeos 216 } // namespace chromeos
OLDNEW
« 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