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

Side by Side Diff: chromeos/settings/cros_settings_names.cc

Issue 2111563002: Device policy for LoginApps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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/settings/cros_settings_names.h" 5 #include "chromeos/settings/cros_settings_names.h"
6 6
7 namespace chromeos { 7 namespace chromeos {
8 8
9 const char kCrosSettingsPrefix[] = "cros."; 9 const char kCrosSettingsPrefix[] = "cros.";
10 10
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 197
198 // A boolean pref to enable any pings or requests to the Quirks Server. 198 // A boolean pref to enable any pings or requests to the Quirks Server.
199 const char kDeviceQuirksDownloadEnabled[] = 199 const char kDeviceQuirksDownloadEnabled[] =
200 "cros.device.quirks_download_enabled"; 200 "cros.device.quirks_download_enabled";
201 201
202 // A list pref storing the security origins allowed to access the webcam 202 // A list pref storing the security origins allowed to access the webcam
203 // during SAML logins. 203 // during SAML logins.
204 const char kLoginVideoCaptureAllowedUrls[] = 204 const char kLoginVideoCaptureAllowedUrls[] =
205 "cros.device.login_video_capture_allowed_urls"; 205 "cros.device.login_video_capture_allowed_urls";
206 206
207 // A list pref storing the apps to install on the login page.
208 const char kLoginApps[] = "cros.device.login_apps";
209
207 } // namespace chromeos 210 } // namespace chromeos
OLDNEW
« no previous file with comments | « chromeos/settings/cros_settings_names.h ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698