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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 286093003: Remove disable-enterprise-user-reporting flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unneeded includes Created 6 years, 7 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 15 matching lines...) Expand all
26 26
27 // Time before a derelict machines starts demo mode. 27 // Time before a derelict machines starts demo mode.
28 const char kDerelictIdleTimeout[] = "derelict-idle-timeout"; 28 const char kDerelictIdleTimeout[] = "derelict-idle-timeout";
29 29
30 // Disables wallpaper boot animation (except of OOBE case). 30 // Disables wallpaper boot animation (except of OOBE case).
31 const char kDisableBootAnimation[] = "disable-boot-animation"; 31 const char kDisableBootAnimation[] = "disable-boot-animation";
32 32
33 // Disables the ChromeOS demo. 33 // Disables the ChromeOS demo.
34 const char kDisableDemoMode[] = "disable-demo-mode"; 34 const char kDisableDemoMode[] = "disable-demo-mode";
35 35
36 // Disables reporting recently logged in users for enterprise-managed devices.
37 const char kDisableEnterpriseUserReporting[] =
38 "disable-enterprise-user-reporting";
39
40 // Disable Genius App and use the original Help App instead. 36 // Disable Genius App and use the original Help App instead.
41 const char kDisableGeniusApp[] = "disable-genius-app"; 37 const char kDisableGeniusApp[] = "disable-genius-app";
42 38
43 // Avoid doing expensive animations upon login. 39 // Avoid doing expensive animations upon login.
44 const char kDisableLoginAnimations[] = "disable-login-animations"; 40 const char kDisableLoginAnimations[] = "disable-login-animations";
45 41
46 // Disable new channel switcher UI. 42 // Disable new channel switcher UI.
47 const char kDisableNewChannelSwitcherUI[] = "disable-new-channel-switcher-ui"; 43 const char kDisableNewChannelSwitcherUI[] = "disable-new-channel-switcher-ui";
48 44
49 // Disables new Kiosk UI when kiosk apps are represented as user pods. 45 // Disables new Kiosk UI when kiosk apps are represented as user pods.
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 210 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
215 211
216 // Forces first-run UI to be shown for every login. 212 // Forces first-run UI to be shown for every login.
217 const char kForceFirstRunUI[] = "force-first-run-ui"; 213 const char kForceFirstRunUI[] = "force-first-run-ui";
218 214
219 // Enables testing for auto update UI. 215 // Enables testing for auto update UI.
220 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 216 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
221 217
222 } // namespace switches 218 } // namespace switches
223 } // namespace chromeos 219 } // 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