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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 779103002: Revert of Various changes required to support ChromeVox Next to read Views and Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | ui/views/accessibility/ax_window_obj_wrapper.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.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 // Disables volume adjust sound. 68 // Disables volume adjust sound.
69 const char kDisableVolumeAdjustSound[] = "disable-volume-adjust-sound"; 69 const char kDisableVolumeAdjustSound[] = "disable-volume-adjust-sound";
70 70
71 // Disables notifications about captive portals in session. 71 // Disables notifications about captive portals in session.
72 const char kDisableNetworkPortalNotification[] = 72 const char kDisableNetworkPortalNotification[] =
73 "disable-network-portal-notification"; 73 "disable-network-portal-notification";
74 74
75 // Enables switching between different cellular carriers from the UI. 75 // Enables switching between different cellular carriers from the UI.
76 const char kEnableCarrierSwitching[] = "enable-carrier-switching"; 76 const char kEnableCarrierSwitching[] = "enable-carrier-switching";
77 77
78 // Enables the next generation version of ChromeVox.
79 const char kEnableChromeVoxNext[] = "enable-chromevox-next";
80
78 // Enables cloud backup feature. 81 // Enables cloud backup feature.
79 const char kEnableCloudBackup[] = "enable-cloud-backup"; 82 const char kEnableCloudBackup[] = "enable-cloud-backup";
80 83
81 // Enables consumer management, which allows user to enroll, remotely lock and 84 // Enables consumer management, which allows user to enroll, remotely lock and
82 // locate the device. 85 // locate the device.
83 const char kEnableConsumerManagement[] = "enable-consumer-management"; 86 const char kEnableConsumerManagement[] = "enable-consumer-management";
84 87
85 // If this switch is set, the device cannot be remotely disabled by its owner. 88 // If this switch is set, the device cannot be remotely disabled by its owner.
86 const char kDisableDeviceDisabling[] = "disable-device-disabling"; 89 const char kDisableDeviceDisabling[] = "disable-device-disabling";
87 90
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 260
258 // Screenshot testing: specifies the directoru where artifacts will be stored. 261 // Screenshot testing: specifies the directoru where artifacts will be stored.
259 const char kArtifactsDir[] = "artifacts-dir"; 262 const char kArtifactsDir[] = "artifacts-dir";
260 263
261 // Bypass proxy for captive portal authorization. 264 // Bypass proxy for captive portal authorization.
262 const char kEnableCaptivePortalBypassProxy[] = 265 const char kEnableCaptivePortalBypassProxy[] =
263 "enable-captive-portal-bypass-proxy"; 266 "enable-captive-portal-bypass-proxy";
264 267
265 } // namespace switches 268 } // namespace switches
266 } // namespace chromeos 269 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | ui/views/accessibility/ax_window_obj_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698