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

Unified Diff: chrome/common/chrome_switches.h

Issue 2149953002: Enable login screen apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Devlin and Maksim feedback 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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index ebaf2a5a792f407fde69458bf3bd55ba25f6eef2..845f1b23eb580a0502dbeba01c2b47546277d16a 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -275,6 +275,7 @@ extern const char kWebApkServerUrl[];
#endif // defined(OS_ANDROID)
#if defined(OS_CHROMEOS)
+extern const char kEnableLoginScreenApps[];
extern const char kEnableNativeCups[];
extern const char kCroshCommand[];
#endif // defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698