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

Side by Side Diff: chromeos/chromeos_switches.cc

Issue 240903002: Add consumer_device_management_service() in BrowserPolicyConnectorChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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') | components/policy/core/common/policy_switches.cc » ('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.
11 const char kAppOemManifestFile[] = "app-mode-oem-manifest"; 11 const char kAppOemManifestFile[] = "app-mode-oem-manifest";
12 12
13 // When wallpaper boot animation is not disabled this switch 13 // When wallpaper boot animation is not disabled this switch
14 // is used to override OOBE/sign in WebUI init type. 14 // is used to override OOBE/sign in WebUI init type.
15 // Possible values: parallel|postpone. Default: parallel. 15 // Possible values: parallel|postpone. Default: parallel.
16 const char kAshWebUIInit[] = "ash-webui-init"; 16 const char kAshWebUIInit[] = "ash-webui-init";
17 17
18 // Specifies the URL of the consumer device management backend.
19 const char kConsumerDeviceManagementUrl[] = "consumer-device-management-url";
20
18 // Forces the stub implementation of dbus clients. 21 // Forces the stub implementation of dbus clients.
19 const char kDbusStub[] = "dbus-stub"; 22 const char kDbusStub[] = "dbus-stub";
20 23
21 // Time before a machine at OOBE is considered derelict. 24 // Time before a machine at OOBE is considered derelict.
22 const char kDerelictDetectionTimeout[] = "derelict-detection-timeout"; 25 const char kDerelictDetectionTimeout[] = "derelict-detection-timeout";
23 26
24 // Time before a derelict machines starts demo mode. 27 // Time before a derelict machines starts demo mode.
25 const char kDerelictIdleTimeout[] = "derelict-idle-timeout"; 28 const char kDerelictIdleTimeout[] = "derelict-idle-timeout";
26 29
27 // Disables wallpaper boot animation (except of OOBE case). 30 // Disables wallpaper boot animation (except of OOBE case).
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions"; 203 const char kEnableFirstRunUITransitions[] = "enable-first-run-ui-transitions";
201 204
202 // Forces first-run UI to be shown for every login. 205 // Forces first-run UI to be shown for every login.
203 const char kForceFirstRunUI[] = "force-first-run-ui"; 206 const char kForceFirstRunUI[] = "force-first-run-ui";
204 207
205 // Enables testing for auto update UI. 208 // Enables testing for auto update UI.
206 const char kTestAutoUpdateUI[] = "test-auto-update-ui"; 209 const char kTestAutoUpdateUI[] = "test-auto-update-ui";
207 210
208 } // namespace switches 211 } // namespace switches
209 } // namespace chromeos 212 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | components/policy/core/common/policy_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698