OLD | NEW |
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 // Forces the stub implementation of dbus clients. | 21 // Forces the stub implementation of dbus clients. |
22 const char kDbusStub[] = "dbus-stub"; | 22 const char kDbusStub[] = "dbus-stub"; |
23 | 23 |
24 // All stub networks are idle by default. | 24 // All stub networks are idle by default. |
25 const char kDefaultStubNetworkStateIdle[] = "default-stub-network-state-idle"; | 25 const char kDefaultStubNetworkStateIdle[] = "default-stub-network-state-idle"; |
26 | 26 |
27 // Disables wallpaper boot animation (except of OOBE case). | 27 // Disables wallpaper boot animation (except of OOBE case). |
28 const char kDisableBootAnimation[] = "disable-boot-animation"; | 28 const char kDisableBootAnimation[] = "disable-boot-animation"; |
29 | 29 |
30 // Disables Chrome Captive Portal detector, which initiates Captive | |
31 // Portal detection for new active networks. | |
32 const char kDisableChromeCaptivePortalDetector[] = | |
33 "disable-chrome-captive-portal-detector"; | |
34 | |
35 // Disables Google Drive integration. | 30 // Disables Google Drive integration. |
36 const char kDisableDrive[] = "disable-drive"; | 31 const char kDisableDrive[] = "disable-drive"; |
37 | 32 |
38 // Disable Genius App and use the original Help App instead. | 33 // Disable Genius App and use the original Help App instead. |
39 const char kDisableGeniusApp[] = "disable-genius-app"; | 34 const char kDisableGeniusApp[] = "disable-genius-app"; |
40 | 35 |
41 // Disable policy-configured local accounts. | 36 // Disable policy-configured local accounts. |
42 const char kDisableLocalAccounts[] = "disable-local-accounts"; | 37 const char kDisableLocalAccounts[] = "disable-local-accounts"; |
43 | 38 |
44 // Avoid doing expensive animations upon login. | 39 // Avoid doing expensive animations upon login. |
(...skipping 25 matching lines...) Expand all Loading... |
70 // Useful for testing. | 65 // Useful for testing. |
71 const char kEchoExtensionPath[] = "echo-ext-path"; | 66 const char kEchoExtensionPath[] = "echo-ext-path"; |
72 | 67 |
73 // Enables component extension that initializes background pages of | 68 // Enables component extension that initializes background pages of |
74 // certain hosted applications. | 69 // certain hosted applications. |
75 const char kEnableBackgroundLoader[] = "enable-background-loader"; | 70 const char kEnableBackgroundLoader[] = "enable-background-loader"; |
76 | 71 |
77 // Enables switching between different cellular carriers from the UI. | 72 // Enables switching between different cellular carriers from the UI. |
78 const char kEnableCarrierSwitching[] = "enable-carrier-switching"; | 73 const char kEnableCarrierSwitching[] = "enable-carrier-switching"; |
79 | 74 |
80 // Enables Chrome Captive Portal detector, which initiates Captive | |
81 // Portal detection for new active networks. | |
82 const char kEnableChromeCaptivePortalDetector[] = | |
83 "enable-chrome-captive-portal-detector"; | |
84 | |
85 // Enables automatically initializing Google Drive offline mode on first run. | 75 // Enables automatically initializing Google Drive offline mode on first run. |
86 const char kEnableDriveOfflineFirstRun[] = "enable-drive-offline-first-run"; | 76 const char kEnableDriveOfflineFirstRun[] = "enable-drive-offline-first-run"; |
87 | 77 |
88 // Enables reporting recently logged in users for enterprise-managed devices. | 78 // Enables reporting recently logged in users for enterprise-managed devices. |
89 const char kEnableEnterpriseUserReporting[] = | 79 const char kEnableEnterpriseUserReporting[] = |
90 "enable-enterprise-user-reporting"; | 80 "enable-enterprise-user-reporting"; |
91 | 81 |
92 // Enable to show the indicator about the IME (input method editor) mode | 82 // Enable to show the indicator about the IME (input method editor) mode |
93 // on Chrome OS. | 83 // on Chrome OS. |
94 const char kEnableIMEModeIndicator[] = "enable-ime-mode-indicator"; | 84 const char kEnableIMEModeIndicator[] = "enable-ime-mode-indicator"; |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
197 const char kEnableSamlSignin[] = "enable-saml-signin"; | 187 const char kEnableSamlSignin[] = "enable-saml-signin"; |
198 | 188 |
199 // Enables new first-run overlay UI. | 189 // Enables new first-run overlay UI. |
200 const char kEnableFirstRunUI[] = "enable-first-run-ui"; | 190 const char kEnableFirstRunUI[] = "enable-first-run-ui"; |
201 | 191 |
202 // Enables testing for auto update UI. | 192 // Enables testing for auto update UI. |
203 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; | 193 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; |
204 | 194 |
205 } // namespace switches | 195 } // namespace switches |
206 } // namespace chromeos | 196 } // namespace chromeos |
OLD | NEW |