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 676773002: Add device disabling to OOBE flow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update browser tests. Created 6 years, 2 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
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | components/policy/proto/device_management_backend.proto » ('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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 // Enables the next generation version of ChromeVox. 78 // Enables the next generation version of ChromeVox.
79 const char kEnableChromeVoxNext[] = "enable-chromevox-next"; 79 const char kEnableChromeVoxNext[] = "enable-chromevox-next";
80 80
81 // Enables cloud backup feature. 81 // Enables cloud backup feature.
82 const char kEnableCloudBackup[] = "enable-cloud-backup"; 82 const char kEnableCloudBackup[] = "enable-cloud-backup";
83 83
84 // Enables consumer management, which allows user to enroll, remotely lock and 84 // Enables consumer management, which allows user to enroll, remotely lock and
85 // locate the device. 85 // locate the device.
86 const char kEnableConsumerManagement[] = "enable-consumer-management"; 86 const char kEnableConsumerManagement[] = "enable-consumer-management";
87 87
88 // If this switch is set, the device cannot be remotely disabled by its owner.
89 const char kDisableDeviceDisabling[] = "disable-device-disabling";
90
88 // If this switch is set, Chrome OS login screen uses |EmbeddedSignin| endpoint 91 // If this switch is set, Chrome OS login screen uses |EmbeddedSignin| endpoint
89 // of GAIA. 92 // of GAIA.
90 const char kEnableEmbeddedSignin[] = "enable-embedded-signin"; 93 const char kEnableEmbeddedSignin[] = "enable-embedded-signin";
91 94
92 // If this switch is set, the new Korean IME will be available in 95 // If this switch is set, the new Korean IME will be available in
93 // chrome://settings/languages. 96 // chrome://settings/languages.
94 const char kEnableNewKoreanIme[] = "enable-new-korean-ime"; 97 const char kEnableNewKoreanIme[] = "enable-new-korean-ime";
95 98
96 // If this switch is set, the US keyboard input method will provide suggestions 99 // If this switch is set, the US keyboard input method will provide suggestions
97 // as typing on physical keyboard. 100 // as typing on physical keyboard.
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 252
250 // Screenshot testing: specifies the directory where the golden screenshots are 253 // Screenshot testing: specifies the directory where the golden screenshots are
251 // stored. 254 // stored.
252 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir"; 255 const char kGoldenScreenshotsDir[] = "golden-screenshots-dir";
253 256
254 // Screenshot testing: specifies the directoru where artifacts will be stored. 257 // Screenshot testing: specifies the directoru where artifacts will be stored.
255 const char kArtifactsDir[] = "artifacts-dir"; 258 const char kArtifactsDir[] = "artifacts-dir";
256 259
257 } // namespace switches 260 } // namespace switches
258 } // namespace chromeos 261 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | components/policy/proto/device_management_backend.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698