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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 32043003: Replace kChromeOSReleaseBoard with SysInfo::GetLsbReleaseBoard() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DEPS Created 7 years, 1 month 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') | device/bluetooth/bluetooth_adapter_chromeos.cc » ('j') | 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.
11 const char kAppOemManifestFile[] = "app-mode-oem-manifest"; 11 const char kAppOemManifestFile[] = "app-mode-oem-manifest";
12 12
13 // When wallpaper boot animation is not disabled this switch 13 // When wallpaper boot animation is not disabled this switch
14 // is used to override OOBE/sign in WebUI init type. 14 // is used to override OOBE/sign in WebUI init type.
15 // Possible values: parallel|postpone. Default: parallel. 15 // Possible values: parallel|postpone. Default: parallel.
16 const char kAshWebUIInit[] = "ash-webui-init"; 16 const char kAshWebUIInit[] = "ash-webui-init";
17 17
18 // Enables overriding the path for the default authentication extension. 18 // Enables overriding the path for the default authentication extension.
19 const char kAuthExtensionPath[] = "auth-ext-path"; 19 const char kAuthExtensionPath[] = "auth-ext-path";
20 20
21 // Enables overriding the Chrome OS board type when running on Linux.
22 const char kChromeOSReleaseBoard[] = "chromeos-release-board";
23
24 // Forces the stub implementation of dbus clients. 21 // Forces the stub implementation of dbus clients.
25 const char kDbusStub[] = "dbus-stub"; 22 const char kDbusStub[] = "dbus-stub";
26 23
27 // All stub networks are idle by default. 24 // All stub networks are idle by default.
28 const char kDefaultStubNetworkStateIdle[] = "default-stub-network-state-idle"; 25 const char kDefaultStubNetworkStateIdle[] = "default-stub-network-state-idle";
29 26
30 // Disables wallpaper boot animation (except of OOBE case). 27 // Disables wallpaper boot animation (except of OOBE case).
31 const char kDisableBootAnimation[] = "disable-boot-animation"; 28 const char kDisableBootAnimation[] = "disable-boot-animation";
32 29
33 // Disables Chrome Captive Portal detector, which initiates Captive 30 // Disables Chrome Captive Portal detector, which initiates Captive
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 const char kEnableSamlSignin[] = "enable-saml-signin"; 185 const char kEnableSamlSignin[] = "enable-saml-signin";
189 186
190 // Enables new first-run overlay UI. 187 // Enables new first-run overlay UI.
191 const char kEnableFirstRunUI[] = "enable-first-run-ui"; 188 const char kEnableFirstRunUI[] = "enable-first-run-ui";
192 189
193 // Enables testing for auto update UI. 190 // Enables testing for auto update UI.
194 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 191 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
195 192
196 } // namespace switches 193 } // namespace switches
197 } // namespace chromeos 194 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | device/bluetooth/bluetooth_adapter_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698