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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2149953002: Enable login screen apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Devlin feedback + rebase Created 3 years, 9 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: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index fcbb09014d1237ecede0d85b79c1cb1bd1a6169a..4ae1abda370edb93d3f599a9138a6f5db62a49d0 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -936,6 +936,9 @@ const char kWebApkServerUrl[] = "webapk-server-url";
#endif // defined(OS_ANDROID)
#if defined(OS_CHROMEOS)
+// Enables apps on the login screen.
+const char kEnableLoginScreenApps[] = "enable-login-screen-apps";
+
// Enables native cups integration
const char kEnableNativeCups[] = "enable-native-cups";

Powered by Google App Engine
This is Rietveld 408576698