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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 14120009: Add a command line parameter to disable online EULA. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed nit. Created 7 years, 8 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
« 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 // Enables overriding the Chrome OS board type when running on Linux. 10 // Enables overriding the Chrome OS board type when running on Linux.
11 const char kChromeOSReleaseBoard[] = "chromeos-release-board"; 11 const char kChromeOSReleaseBoard[] = "chromeos-release-board";
12 12
13 // Forces the stub implementation of dbus clients. 13 // Forces the stub implementation of dbus clients.
14 const char kDbusStub[] = "dbus-stub"; 14 const char kDbusStub[] = "dbus-stub";
15 15
16 // Disables fetching online CrOS EULA page, only static version is shown.
17 const char kDisableOnlineEULA[] = "disable-cros-online-eula";
18
16 // Disables portal detection and network error handling before auto 19 // Disables portal detection and network error handling before auto
17 // update. 20 // update.
18 const char kDisableOOBEBlockingUpdate[] = 21 const char kDisableOOBEBlockingUpdate[] =
19 "disable-oobe-blocking-update"; 22 "disable-oobe-blocking-update";
20 23
21 // Disables fake ethernet network in the stub implementations. 24 // Disables fake ethernet network in the stub implementations.
22 const char kDisableStubEthernet[] = "disable-stub-ethernet"; 25 const char kDisableStubEthernet[] = "disable-stub-ethernet";
23 26
24 // Enable experimental Bluetooth features. 27 // Enable experimental Bluetooth features.
25 const char kEnableExperimentalBluetooth[] = "enable-experimental-bluetooth"; 28 const char kEnableExperimentalBluetooth[] = "enable-experimental-bluetooth";
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 // Sends test messages on first call to RequestUpdate (stub only). 73 // Sends test messages on first call to RequestUpdate (stub only).
71 const char kSmsTestMessages[] = "sms-test-messages"; 74 const char kSmsTestMessages[] = "sms-test-messages";
72 75
73 // Enables usage of the new ManagedNetworkConfigurationHandler and 76 // Enables usage of the new ManagedNetworkConfigurationHandler and
74 // NetworkConfigurationHandler singletons. 77 // NetworkConfigurationHandler singletons.
75 const char kUseNewNetworkConfigurationHandlers[] = 78 const char kUseNewNetworkConfigurationHandlers[] =
76 "use-new-network-configuration-handlers"; 79 "use-new-network-configuration-handlers";
77 80
78 } // namespace switches 81 } // namespace switches
79 } // namespace chromeos 82 } // 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