- add sources.
[platform/framework/web/crosswalk.git] / src / chromeos / chromeos_switches.cc
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
3 // found in the LICENSE file.
4
5 #include "chromeos/chromeos_switches.h"
6
7 namespace chromeos {
8 namespace switches {
9
10 // Path for app's OEM manifest file.
11 const char kAppOemManifestFile[]            = "app-mode-oem-manifest";
12
13 // When wallpaper boot animation is not disabled this switch
14 // is used to override OOBE/sign in WebUI init type.
15 // Possible values: parallel|postpone. Default: parallel.
16 const char kAshWebUIInit[]                  = "ash-webui-init";
17
18 // Enables overriding the path for the default authentication extension.
19 const char kAuthExtensionPath[]             = "auth-ext-path";
20
21 // Forces the stub implementation of dbus clients.
22 const char kDbusStub[] = "dbus-stub";
23
24 // All stub networks are idle by default.
25 const char kDefaultStubNetworkStateIdle[] = "default-stub-network-state-idle";
26
27 // Disables wallpaper boot animation (except of OOBE case).
28 const char kDisableBootAnimation[]          = "disable-boot-animation";
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.
36 const char kDisableDrive[]                  = "disable-drive";
37
38 // Disable Genius App and use the original Help App instead.
39 const char kDisableGeniusApp[]              = "disable-genius-app";
40
41 // Disable policy-configured local accounts.
42 const char kDisableLocalAccounts[]          = "disable-local-accounts";
43
44 // Avoid doing expensive animations upon login.
45 const char kDisableLoginAnimations[]        = "disable-login-animations";
46
47 // Disable new channel switcher UI.
48 const char kDisableNewChannelSwitcherUI[]   = "disable-new-channel-switcher-ui";
49
50 // Disable Quickoffice component app thus handlers won't be registered so
51 // it will be possible to install another version as normal app for testing.
52 const char kDisableQuickofficeComponentApp[] =
53     "disable-quickoffice-component-app";
54
55 // Disables fetching online CrOS EULA page, only static version is shown.
56 const char kDisableOnlineEULA[] = "disable-cros-online-eula";
57
58 // Avoid doing animations upon oobe.
59 const char kDisableOobeAnimation[]          = "disable-oobe-animation";
60
61 // Disables portal detection and network error handling before auto
62 // update.
63 const char kDisableOOBEBlockingUpdate[] =
64     "disable-oobe-blocking-update";
65
66 // Disables fake ethernet network in the stub implementations.
67 const char kDisableStubEthernet[] = "disable-stub-ethernet";
68
69 // Enables overriding the path for the default echo component extension.
70 // Useful for testing.
71 const char kEchoExtensionPath[]             = "echo-ext-path";
72
73 // Enables component extension that initializes background pages of
74 // certain hosted applications.
75 const char kEnableBackgroundLoader[]        = "enable-background-loader";
76
77 // Enables switching between different cellular carriers from the UI.
78 const char kEnableCarrierSwitching[]        = "enable-carrier-switching";
79
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 reporting recently logged in users for enterprise-managed devices.
86 const char kEnableEnterpriseUserReporting[] =
87     "enable-enterprise-user-reporting";
88
89 // Enable to show the indicator about the IME (input method editor) mode
90 // on Chrome OS.
91 const char kEnableIMEModeIndicator[] = "enable-ime-mode-indicator";
92
93 // Enable "interactive" mode for stub implemenations (e.g. NetworkStateHandler)
94 const char kEnableStubInteractive[] = "enable-stub-interactive";
95
96 // Enable stub portalled wifi network for testing.
97 const char kEnableStubPortalledWifi[] = "enable-stub-portalled-wifi";
98
99 // Enables touchpad three-finger-click as middle button.
100 const char kEnableTouchpadThreeFingerClick[]
101     = "enable-touchpad-three-finger-click";
102
103 // Enable Kiosk mode for ChromeOS. Note this switch refers to retail mode rather
104 // than the kiosk app mode.
105 const char kEnableKioskMode[]               = "enable-kiosk-mode";
106
107 // Enables request of tablet site (via user agent override).
108 const char kEnableRequestTabletSite[]       = "enable-request-tablet-site";
109
110 // Power of the power-of-2 initial modulus that will be used by the
111 // auto-enrollment client. E.g. "4" means the modulus will be 2^4 = 16.
112 const char kEnterpriseEnrollmentInitialModulus[] =
113     "enterprise-enrollment-initial-modulus";
114
115 // Power of the power-of-2 maximum modulus that will be used by the
116 // auto-enrollment client.
117 const char kEnterpriseEnrollmentModulusLimit[] =
118     "enterprise-enrollment-modulus-limit";
119
120 // Don't create robot account on enrollment. Used when testing device
121 // enrollment against YAPS or the Python test server.
122 const char kEnterpriseEnrollmentSkipRobotAuth[] =
123     "enterprise-enrollment-skip-robot-auth";
124
125 // Shows the selecting checkboxes in the Files.app.
126 const char kFileManagerShowCheckboxes[]     = "file-manager-show-checkboxes";
127
128 // Enables the webstore integration feature in the Files.app.
129 const char kFileManagerEnableWebstoreIntegration[] =
130     "file-manager-enable-webstore-integration";
131
132 // Passed to Chrome the first time that it's run after the system boots.
133 // Not passed on restart after sign out.
134 const char kFirstExecAfterBoot[]            = "first-exec-after-boot";
135
136 // Usually in browser tests the usual login manager bringup is skipped so that
137 // tests can change how it's brought up. This flag disables that.
138 const char kForceLoginManagerInTests[]      = "force-login-manager-in-tests";
139
140 // Indicates that the browser is in "browse without sign-in" (Guest session)
141 // mode. Should completely disable extensions, sync and bookmarks.
142 const char kGuestSession[]                  = "bwsi";
143
144 // If true, the Chromebook has a Chrome OS keyboard. Don't use the flag for
145 // Chromeboxes.
146 const char kHasChromeOSKeyboard[]           = "has-chromeos-keyboard";
147
148 // If true, the Chromebook has a keyboard with a diamond key.
149 const char kHasChromeOSDiamondKey[]         = "has-chromeos-diamond-key";
150
151 // Path for the screensaver used in Kiosk mode
152 const char kKioskModeScreensaverPath[]      = "kiosk-mode-screensaver-path";
153
154 // Allows override of oobe for testing - goes directly to the login screen.
155 const char kLoginScreen[]                   = "login-screen";
156
157 // Enables Chrome-as-a-login-manager behavior.
158 const char kLoginManager[]                  = "login-manager";
159
160 // Specifies a password to be used to login (along with login-user).
161 const char kLoginPassword[]                 = "login-password";
162
163 // Specifies the profile to use once a chromeos user is logged in.
164 const char kLoginProfile[]                  = "login-profile";
165
166 // Specifies the user which is already logged in.
167 const char kLoginUser[]                     = "login-user";
168
169 // Enables natural scroll by default.
170 const char kNaturalScrollDefault[]          = "enable-natural-scroll-default";
171
172 // Skips all other OOBE pages after user login.
173 const char kOobeSkipPostLogin[]             = "oobe-skip-postlogin";
174
175 // Integer flag that sets the DeviceRegistered local state pref.
176 const char kDeviceRegistered[]              = "device-registered";
177
178 // Skips the machine hwid check. Useful for running in VMs because they have no
179 // hwid.
180 const char kSkipHWIDCheck[]                 = "skip-hwid-check";
181
182 // Sends test messages on first call to RequestUpdate (stub only).
183 const char kSmsTestMessages[]               = "sms-test-messages";
184
185 // Indicates that a stub implementation of CrosSettings that stores settings in
186 // memory without signing should be used, treating current user as the owner.
187 // This option is for testing the chromeos build of chrome on the desktop only.
188 const char kStubCrosSettings[]              = "stub-cros-settings";
189
190 // Disables user image sync.
191 const char kDisableUserImageSync[]          = "disable-user-image-sync";
192
193 // Enables SAML sigin support.
194 const char kEnableSamlSignin[]              = "enable-saml-signin";
195
196 // Enables new first-run overlay UI.
197 const char kEnableFirstRunUI[] = "enable-first-run-ui";
198
199 // Enables testing for auto update UI.
200 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
201
202 }  // namespace switches
203 }  // namespace chromeos