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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 234583003: Add a command line switch --enable-consumer-management. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 8 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') | 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 const char kDisableNetworkPortalNotification[] = 58 const char kDisableNetworkPortalNotification[] =
59 "disable-network-portal-notification"; 59 "disable-network-portal-notification";
60 60
61 // Enables overriding the path for the default echo component extension. 61 // Enables overriding the path for the default echo component extension.
62 // Useful for testing. 62 // Useful for testing.
63 const char kEchoExtensionPath[] = "echo-ext-path"; 63 const char kEchoExtensionPath[] = "echo-ext-path";
64 64
65 // Enables switching between different cellular carriers from the UI. 65 // Enables switching between different cellular carriers from the UI.
66 const char kEnableCarrierSwitching[] = "enable-carrier-switching"; 66 const char kEnableCarrierSwitching[] = "enable-carrier-switching";
67 67
68 // Enables consumer management, which allows user to enroll, remotely lock and
69 // locate the device.
70 const char kEnableConsumerManagement[] = "enable-consumer-management";
71
68 // Enables MTP support in Files.app. 72 // Enables MTP support in Files.app.
69 const char kEnableFileManagerMTP[] = "enable-filemanager-mtp"; 73 const char kEnableFileManagerMTP[] = "enable-filemanager-mtp";
70 74
71 // Enables notifications about captive portals in session. 75 // Enables notifications about captive portals in session.
72 const char kEnableNetworkPortalNotification[] = 76 const char kEnableNetworkPortalNotification[] =
73 "enable-network-portal-notification"; 77 "enable-network-portal-notification";
74 78
75 // Enables touchpad three-finger-click as middle button. 79 // Enables touchpad three-finger-click as middle button.
76 const char kEnableTouchpadThreeFingerClick[] 80 const char kEnableTouchpadThreeFingerClick[]
77 = "enable-touchpad-three-finger-click"; 81 = "enable-touchpad-three-finger-click";
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 196 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
193 197
194 // Forces first-run UI to be shown for every login. 198 // Forces first-run UI to be shown for every login.
195 const char kForceFirstRunUI[] = "force-first-run-ui"; 199 const char kForceFirstRunUI[] = "force-first-run-ui";
196 200
197 // Enables testing for auto update UI. 201 // Enables testing for auto update UI.
198 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 202 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
199 203
200 } // namespace switches 204 } // namespace switches
201 } // namespace chromeos 205 } // 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