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

Unified Diff: extensions/browser/pref_names.h

Issue 2306143002: Plumbing for login apps device policy to extensions. (Closed)
Patch Set: Replace login to signin Created 4 years, 1 month 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: extensions/browser/pref_names.h
diff --git a/extensions/browser/pref_names.h b/extensions/browser/pref_names.h
index e221c35cc97b37bf100f5e2b14ccbc5a575b9b09..244282340570832f11247b61d4cb101f33190e95 100644
--- a/extensions/browser/pref_names.h
+++ b/extensions/browser/pref_names.h
@@ -68,6 +68,14 @@ extern const char kInstallDenyList[];
// accessed through extensions::ExternalPolicyProvider.
extern const char kInstallForceList[];
+// A list containing apps that Chrome will silently install on the sign-in
+// screen
emaxx 2016/11/09 01:09:30 nit: Something is wrong with the alignment.
Denis Kuznetsov (DE-MUC) 2016/11/09 18:25:26 Done. Was caused by "git cl format"
+// on ChromeOS at startup time. It is a list of strings, each string contains
+// an app ID and an update URL, delimited by a semicolon.
+// This preference is set by an admin policy, and meant to be only
+// accessed through extensions::ExternalPolicyProvider.
+extern const char kInstallSigninList[];
+
// String pref for what version chrome was last time the extension prefs were
// loaded.
extern const char kLastChromeVersion[];

Powered by Google App Engine
This is Rietveld 408576698