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

Unified 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: . Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chromeos/settings/cros_settings_names.cc
diff --git a/chromeos/settings/cros_settings_names.cc b/chromeos/settings/cros_settings_names.cc
index 15a5e9ff7706a30ed8296602cf497ca7f2a77e53..aae6f6df1a2d4af760f79a5950cac76173b673fd 100644
--- a/chromeos/settings/cros_settings_names.cc
+++ b/chromeos/settings/cros_settings_names.cc
@@ -204,4 +204,7 @@ const char kDeviceQuirksDownloadEnabled[] =
const char kLoginVideoCaptureAllowedUrls[] =
"cros.device.login_video_capture_allowed_urls";
+// A list pref storing the apps to install on the login page.
+const char kLoginApps[] = "cros.device.login_apps";
+
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698