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

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: 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 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 i18n-content="easyUnlockTurnOffTitle"></h1>
4 <div class="content-area">
5 <p class="settings-row" i18n-content="easyUnlockTurnOffDescription"></p>
6 <div class="checkbox">
7 <label>
8 <input id="easy-unlock-clear-server-data" type=checkbox>
9 <span i18n-content="easyUnlockClearServerDataLabel"></span>
10 </label>
11 </div>
12 </div>
13 <div class="action-area button-strip">
14 <button id="easy-unlock-turn-off-dismiss" i18n-content="cancel">
15 </button>
16 <button id="easy-unlock-turn-off-confirm" class="default-button"
17 i18n-content="easyUnlockTurnOffButton">
18 </button>
19 </div>
20 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698