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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 272013002: Provide skeleton for ChromeVox next. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again. 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
« 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 // Path for app's OEM manifest file. 10 // Path for app's OEM manifest file.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 const char kDisableNetworkPortalNotification[] = 61 const char kDisableNetworkPortalNotification[] =
62 "disable-network-portal-notification"; 62 "disable-network-portal-notification";
63 63
64 // Enables overriding the path for the default echo component extension. 64 // Enables overriding the path for the default echo component extension.
65 // Useful for testing. 65 // Useful for testing.
66 const char kEchoExtensionPath[] = "echo-ext-path"; 66 const char kEchoExtensionPath[] = "echo-ext-path";
67 67
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 the next generation version of ChromeVox. Only valid with
72 // use_chromevox_next=1 within your GYP_DEFINES.
73 const char kEnableChromeVoxNext[] = "enable-chromevox-next";
74
71 // Enables consumer management, which allows user to enroll, remotely lock and 75 // Enables consumer management, which allows user to enroll, remotely lock and
72 // locate the device. 76 // locate the device.
73 const char kEnableConsumerManagement[] = "enable-consumer-management"; 77 const char kEnableConsumerManagement[] = "enable-consumer-management";
74 78
75 // Enables MTP support in Files.app. 79 // Enables MTP support in Files.app.
76 const char kEnableFileManagerMTP[] = "enable-filemanager-mtp"; 80 const char kEnableFileManagerMTP[] = "enable-filemanager-mtp";
77 81
78 // Enable explicit HID detection on OOBE. 82 // Enable explicit HID detection on OOBE.
79 const char kEnableHIDDetectionOnOOBE[] = "enable-hid-detection-on-oobe"; 83 const char kEnableHIDDetectionOnOOBE[] = "enable-hid-detection-on-oobe";
80 84
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 218 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
215 219
216 // Forces first-run UI to be shown for every login. 220 // Forces first-run UI to be shown for every login.
217 const char kForceFirstRunUI[] = "force-first-run-ui"; 221 const char kForceFirstRunUI[] = "force-first-run-ui";
218 222
219 // Enables testing for auto update UI. 223 // Enables testing for auto update UI.
220 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 224 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
221 225
222 } // namespace switches 226 } // namespace switches
223 } // namespace chromeos 227 } // 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