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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 326933004: Example of usage of new features of context and screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 // Examples: 199 // Examples:
200 // 'wifi=on' - A wifi network is initially connected ('1' also works) 200 // 'wifi=on' - A wifi network is initially connected ('1' also works)
201 // 'wifi=off' - Wifi networks are all initially disconnected ('0' also works) 201 // 'wifi=off' - Wifi networks are all initially disconnected ('0' also works)
202 // 'wifi=disabled' - Wifi is initially disabled 202 // 'wifi=disabled' - Wifi is initially disabled
203 // 'wifi=none' - Wifi is unavailable 203 // 'wifi=none' - Wifi is unavailable
204 // 'wifi=portal' - Wifi connection will be in Portal state 204 // 'wifi=portal' - Wifi connection will be in Portal state
205 // 'cellular=1' - Cellular is initially connected 205 // 'cellular=1' - Cellular is initially connected
206 // 'interactive=3' - Interactive mode, connect/scan/etc requests take 3 secs 206 // 'interactive=3' - Interactive mode, connect/scan/etc requests take 3 secs
207 const char kShillStub[] = "shill-stub"; 207 const char kShillStub[] = "shill-stub";
208 208
209 // If this switch is set, controller pairing process is displayed after update
210 // stage of OOBE.
211 const char kShowControllerPairingDemo[] = "show-controller-pairing-demo";
212
209 // Sends test messages on first call to RequestUpdate (stub only). 213 // Sends test messages on first call to RequestUpdate (stub only).
210 const char kSmsTestMessages[] = "sms-test-messages"; 214 const char kSmsTestMessages[] = "sms-test-messages";
211 215
212 // Indicates that a stub implementation of CrosSettings that stores settings in 216 // Indicates that a stub implementation of CrosSettings that stores settings in
213 // memory without signing should be used, treating current user as the owner. 217 // memory without signing should be used, treating current user as the owner.
214 // This option is for testing the chromeos build of chrome on the desktop only. 218 // This option is for testing the chromeos build of chrome on the desktop only.
215 const char kStubCrosSettings[] = "stub-cros-settings"; 219 const char kStubCrosSettings[] = "stub-cros-settings";
216 220
217 // Disables SAML sigin support. 221 // Disables SAML sigin support.
218 const char kDisableSamlSignin[] = "disable-saml-signin"; 222 const char kDisableSamlSignin[] = "disable-saml-signin";
219 223
220 // Enables animated transitions during first-run tutorial. 224 // Enables animated transitions during first-run tutorial.
221 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 225 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
222 226
223 // Forces first-run UI to be shown for every login. 227 // Forces first-run UI to be shown for every login.
224 const char kForceFirstRunUI[] = "force-first-run-ui"; 228 const char kForceFirstRunUI[] = "force-first-run-ui";
225 229
226 // Enables testing for auto update UI. 230 // Enables testing for auto update UI.
227 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 231 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
228 232
229 } // namespace switches 233 } // namespace switches
230 } // namespace chromeos 234 } // 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