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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 189163006: Remove --disable-local-accounts flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« 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 25 matching lines...) Expand all
36 // Disables the ChromeOS demo. 36 // Disables the ChromeOS demo.
37 const char kDisableDemoMode[] = "disable-demo-mode"; 37 const char kDisableDemoMode[] = "disable-demo-mode";
38 38
39 // Disables reporting recently logged in users for enterprise-managed devices. 39 // Disables reporting recently logged in users for enterprise-managed devices.
40 const char kDisableEnterpriseUserReporting[] = 40 const char kDisableEnterpriseUserReporting[] =
41 "disable-enterprise-user-reporting"; 41 "disable-enterprise-user-reporting";
42 42
43 // Disable Genius App and use the original Help App instead. 43 // Disable Genius App and use the original Help App instead.
44 const char kDisableGeniusApp[] = "disable-genius-app"; 44 const char kDisableGeniusApp[] = "disable-genius-app";
45 45
46 // Disable policy-configured local accounts.
47 const char kDisableLocalAccounts[] = "disable-local-accounts";
48
49 // Avoid doing expensive animations upon login. 46 // Avoid doing expensive animations upon login.
50 const char kDisableLoginAnimations[] = "disable-login-animations"; 47 const char kDisableLoginAnimations[] = "disable-login-animations";
51 48
52 // Disable new channel switcher UI. 49 // Disable new channel switcher UI.
53 const char kDisableNewChannelSwitcherUI[] = "disable-new-channel-switcher-ui"; 50 const char kDisableNewChannelSwitcherUI[] = "disable-new-channel-switcher-ui";
54 51
55 // Disables new Kiosk UI when kiosk apps are represented as user pods. 52 // Disables new Kiosk UI when kiosk apps are represented as user pods.
56 const char kDisableNewKioskUI[] = "disable-new-kiosk-ui"; 53 const char kDisableNewKioskUI[] = "disable-new-kiosk-ui";
57 54
58 // Disable Quickoffice component app thus handlers won't be registered so 55 // Disable Quickoffice component app thus handlers won't be registered so
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 const char kForceFirstRunUI[] = "force-first-run-ui"; 218 const char kForceFirstRunUI[] = "force-first-run-ui";
222 219
223 // Enables testing for auto update UI. 220 // Enables testing for auto update UI.
224 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 221 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
225 222
226 // Enables features required for supervised user sync, 223 // Enables features required for supervised user sync,
227 const char kEnableSupervisedPasswordSync[] = "enable-supervised-password-sync"; 224 const char kEnableSupervisedPasswordSync[] = "enable-supervised-password-sync";
228 225
229 } // namespace switches 226 } // namespace switches
230 } // namespace chromeos 227 } // 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