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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="easy-unlock-turn-off-overlay" class="page" hidden>
2 <div class="close-button"></div>
3 <h1 id="easy-unlock-turn-off-title"
4 i18n-content="easyUnlockTurnOffTitle"></h1>
5 <div class="content-area">
6 <p id="easy-unlock-turn-off-messagee" class="settings-row"
7 i18n-content="easyUnlockTurnOffDescription"></p>
8 </div>
9 <div class="action-area button-strip">
10 <button id="easy-unlock-turn-off-dismiss" i18n-content="cancel">
11 </button>
12 <button id="easy-unlock-turn-off-confirm" class="default-button"
13 i18n-content="easyUnlockTurnOffButton">
14 </button>
15 <div class="stretch"></div>
16 <div id="easy-unlock-turn-off-spinner" class="spinner" hidden></div>
17 </div>
18 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698