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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 273533004: Flag covering HID-detection OOBE screen removed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Css fix for tick-element. Created 6 years, 7 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
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 // Enables switching between different cellular carriers from the UI. 68 // Enables switching between different cellular carriers from the UI.
69 const char kEnableCarrierSwitching[] = "enable-carrier-switching"; 69 const char kEnableCarrierSwitching[] = "enable-carrier-switching";
70 70
71 // Enables consumer management, which allows user to enroll, remotely lock and 71 // Enables consumer management, which allows user to enroll, remotely lock and
72 // locate the device. 72 // locate the device.
73 const char kEnableConsumerManagement[] = "enable-consumer-management"; 73 const char kEnableConsumerManagement[] = "enable-consumer-management";
74 74
75 // Enables MTP support in Files.app. 75 // Enables MTP support in Files.app.
76 const char kEnableFileManagerMTP[] = "enable-filemanager-mtp"; 76 const char kEnableFileManagerMTP[] = "enable-filemanager-mtp";
77 77
78 // Enable explicit HID detection on OOBE.
79 const char kEnableHIDDetectionOnOOBE[] = "enable-hid-detection-on-oobe";
80
81 // Enables notifications about captive portals in session. 78 // Enables notifications about captive portals in session.
82 const char kEnableNetworkPortalNotification[] = 79 const char kEnableNetworkPortalNotification[] =
83 "enable-network-portal-notification"; 80 "enable-network-portal-notification";
84 81
85 // Enables touchpad three-finger-click as middle button. 82 // Enables touchpad three-finger-click as middle button.
86 const char kEnableTouchpadThreeFingerClick[] 83 const char kEnableTouchpadThreeFingerClick[]
87 = "enable-touchpad-three-finger-click"; 84 = "enable-touchpad-three-finger-click";
88 85
89 // Enable Kiosk mode for ChromeOS. Note this switch refers to retail mode rather 86 // Enable Kiosk mode for ChromeOS. Note this switch refers to retail mode rather
90 // than the kiosk app mode. 87 // than the kiosk app mode.
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 204 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
208 205
209 // Forces first-run UI to be shown for every login. 206 // Forces first-run UI to be shown for every login.
210 const char kForceFirstRunUI[] = "force-first-run-ui"; 207 const char kForceFirstRunUI[] = "force-first-run-ui";
211 208
212 // Enables testing for auto update UI. 209 // Enables testing for auto update UI.
213 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 210 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
214 211
215 } // namespace switches 212 } // namespace switches
216 } // namespace chromeos 213 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698