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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 743273002: 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: Fix tests. Created 6 years, 1 month 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
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 // Disables volume adjust sound. 71 // Disables volume adjust sound.
72 const char kDisableVolumeAdjustSound[] = "disable-volume-adjust-sound"; 72 const char kDisableVolumeAdjustSound[] = "disable-volume-adjust-sound";
73 73
74 // Disables notifications about captive portals in session. 74 // Disables notifications about captive portals in session.
75 const char kDisableNetworkPortalNotification[] = 75 const char kDisableNetworkPortalNotification[] =
76 "disable-network-portal-notification"; 76 "disable-network-portal-notification";
77 77
78 // Enables switching between different cellular carriers from the UI. 78 // Enables switching between different cellular carriers from the UI.
79 const char kEnableCarrierSwitching[] = "enable-carrier-switching"; 79 const char kEnableCarrierSwitching[] = "enable-carrier-switching";
80 80
81 // Enables the next generation version of ChromeVox.
82 const char kEnableChromeVoxNext[] = "enable-chromevox-next";
83
84 // Enables cloud backup feature. 81 // Enables cloud backup feature.
85 const char kEnableCloudBackup[] = "enable-cloud-backup"; 82 const char kEnableCloudBackup[] = "enable-cloud-backup";
86 83
87 // Enables consumer management, which allows user to enroll, remotely lock and 84 // Enables consumer management, which allows user to enroll, remotely lock and
88 // locate the device. 85 // locate the device.
89 const char kEnableConsumerManagement[] = "enable-consumer-management"; 86 const char kEnableConsumerManagement[] = "enable-consumer-management";
90 87
91 // 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.
92 const char kDisableDeviceDisabling[] = "disable-device-disabling"; 89 const char kDisableDeviceDisabling[] = "disable-device-disabling";
93 90
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 256
260 // Screenshot testing: specifies the directory where the golden screenshots are 257 // Screenshot testing: specifies the directory where the golden screenshots are
261 // stored. 258 // stored.
262 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir"; 259 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";
263 260
264 // Screenshot testing: specifies the directoru where artifacts will be stored. 261 // Screenshot testing: specifies the directoru where artifacts will be stored.
265 const char kArtifactsDir[] = "artifacts-dir"; 262 const char kArtifactsDir[] = "artifacts-dir";
266 263
267 } // namespace switches 264 } // namespace switches
268 } // namespace chromeos 265 } // namespace chromeos
OLDNEW
« chrome/common/extensions/api/_manifest_features.json ('K') | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698