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

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: 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
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.
69 const char kEnableConsumerManagement[] = "enable-consumer-management";
70
68 // Enables notifications about captive portals in session. 71 // Enables notifications about captive portals in session.
69 const char kEnableNetworkPortalNotification[] = 72 const char kEnableNetworkPortalNotification[] =
70 "enable-network-portal-notification"; 73 "enable-network-portal-notification";
71 74
72 // Enables touchpad three-finger-click as middle button. 75 // Enables touchpad three-finger-click as middle button.
73 const char kEnableTouchpadThreeFingerClick[] 76 const char kEnableTouchpadThreeFingerClick[]
74 = "enable-touchpad-three-finger-click"; 77 = "enable-touchpad-three-finger-click";
75 78
76 // Enable Kiosk mode for ChromeOS. Note this switch refers to retail mode rather 79 // Enable Kiosk mode for ChromeOS. Note this switch refers to retail mode rather
77 // than the kiosk app mode. 80 // than the kiosk app mode.
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 196 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
194 197
195 // Forces first-run UI to be shown for every login. 198 // Forces first-run UI to be shown for every login.
196 const char kForceFirstRunUI[] = "force-first-run-ui"; 199 const char kForceFirstRunUI[] = "force-first-run-ui";
197 200
198 // Enables testing for auto update UI. 201 // Enables testing for auto update UI.
199 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 202 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
200 203
201 } // namespace switches 204 } // namespace switches
202 } // namespace chromeos 205 } // namespace chromeos
OLDNEW
« chrome/browser/ui/webui/options/browser_options_handler.cc ('K') | « chromeos/chromeos_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698