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

Unified Diff: chrome/common/chrome_features.cc

Issue 2553863002: cros: Preload and reuse the lock screen across lock sessions (Closed)
Patch Set: Initial upload Created 4 years 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_features.cc
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
index 34bec2b4a485103b07b7b97d6fb8d0210a277ba3..6125cf5568474863a6b215b7a98b7dc3e1af72f0 100644
--- a/chrome/common/chrome_features.cc
+++ b/chrome/common/chrome_features.cc
@@ -200,6 +200,13 @@ const base::Feature kSecurityChip{"SecurityChip",
base::FEATURE_DISABLED_BY_DEFAULT};
#endif
+#if defined(OS_CHROMEOS)
+// The lock screen will be preloaded and shared so it is instantly available
+// when the user locks the Chromebook device.
+const base::Feature kSharedLockScreen{"SharedLockScreen",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+#endif
+
// A new user experience for transitioning into fullscreen and mouse pointer
// lock states.
const base::Feature kSimplifiedFullscreenUI{"ViewsSimplifiedFullscreenUI",

Powered by Google App Engine
This is Rietveld 408576698