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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2306143002: Plumbing for login apps device policy to extensions. (Closed)
Patch Set: Fix Maxim's finding 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 0c450de48a12e4ec42a8b62c4063001bb18e4e27..2a4d7d8dae0605b67831f7bbe733f95f74d20a9e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -383,6 +383,11 @@ const char kEnableExtensionActivityLogTesting[] =
// crbug.com/142458 .
const char kEnableFastUnload[] = "enable-fast-unload";
+#if defined(OS_CHROMEOS)
+// Enables apps for the sign-in profile (on login and lock screens).
+const char kEnableSigninApps[] = "enable-signin-apps";
+#endif // defined(OS_CHROMEOS)
achuithb 2016/11/11 00:40:47 nit, can probably drop the comment here
+
// Enables the Material Design feedback form.
const char kEnableMaterialDesignFeedback[] = "enable-md-feedback";

Powered by Google App Engine
This is Rietveld 408576698