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

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: use hard coded phone model name 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..0e4f0252ba57d3bdb6f66d7906ba3701848bab4d
--- /dev/null
+++ b/chrome/browser/resources/options/easy_unlock_turn_off_overlay.html
@@ -0,0 +1,20 @@
+<div id="easy-unlock-turn-off-overlay" class="page" hidden>
+ <div class="close-button"></div>
+ <h1 i18n-content="easyUnlockTurnOffTitle"></h1>
+ <div class="content-area">
+ <p class="settings-row" i18n-content="easyUnlockTurnOffDescription"></p>
+ <div class="checkbox">
+ <label>
+ <input id="easy-unlock-clear-server-data" type=checkbox>
+ <span i18n-content="easyUnlockClearServerDataLabel"></span>
+ </label>
+ </div>
+ </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>
+</div>

Powered by Google App Engine
This is Rietveld 408576698