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

Unified Diff: chrome/browser/resources/options/easy_unlock_turn_off_overlay.html

Issue 445503003: Update easy unlock settings UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add spinner Created 6 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/easy_unlock_turn_off_overlay.html
diff --git a/chrome/browser/resources/options/easy_unlock_turn_off_overlay.html b/chrome/browser/resources/options/easy_unlock_turn_off_overlay.html
new file mode 100644
index 0000000000000000000000000000000000000000..84d921800f2599f615796bf439a484e35a4bfd5f
--- /dev/null
+++ b/chrome/browser/resources/options/easy_unlock_turn_off_overlay.html
@@ -0,0 +1,18 @@
+<div id="easy-unlock-turn-off-overlay" class="page" hidden>
+ <div class="close-button"></div>
+ <h1 id="easy-unlock-turn-off-title"
+ i18n-content="easyUnlockTurnOffTitle"></h1>
+ <div class="content-area">
+ <p id="easy-unlock-turn-off-messagee" class="settings-row"
+ i18n-content="easyUnlockTurnOffDescription"></p>
+ </div>
+ <div class="action-area button-strip">
+ <button id="easy-unlock-turn-off-dismiss" i18n-content="cancel">
+ </button>
+ <button id="easy-unlock-turn-off-confirm" class="default-button"
+ i18n-content="easyUnlockTurnOffButton">
+ </button>
+ <div class="stretch"></div>
+ <div id="easy-unlock-turn-off-spinner" class="spinner" hidden></div>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698