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

Unified Diff: chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.html

Issue 2236213002: Add quick unlock Settings in options page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporate comments from jdufault@ Created 4 years, 4 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/browser/resources/options/chromeos/quick_unlock_configure_overlay.html
diff --git a/chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.html b/chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.html
new file mode 100644
index 0000000000000000000000000000000000000000..441d800128cf52e7ed0d646e3daa822af5bc1602
--- /dev/null
+++ b/chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.html
@@ -0,0 +1,8 @@
+<div id="quick-unlock-configure-overlay" class="page" hidden>
+ <div class="close-button"></div>
+ <h1 i18n-content="lockScreenTitle"> </h1>
+ <settings-lock-screen
+ prefs="{{prefs}}"
+ id="lock-screen" hide-enable-screenlock>
+ </settings-lock-screen>
+</div>

Powered by Google App Engine
This is Rietveld 408576698