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

Side by Side Diff: chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.html

Issue 2270173002: add stylus metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporate A11y review comments Created 4 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="quick-unlock-configure-overlay" class="page" hidden> 1 <div id="quick-unlock-configure-overlay" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="lockScreenTitle"></h1> 3 <h1 i18n-content="lockScreenTitle"></h1>
4 <settings-lock-screen prefs="{{prefs}}"> 4 <settings-lock-screen prefs="{{prefs}}" tabindex=0>
5 </settings-lock-screen> 5 </settings-lock-screen>
6
7 <div class="action-area">
8 <div class="button-strip">
9 <paper-button class="action-button"
10 id="screen-lock-done">
11 $i18n{done}
12 </paper-button>
13 </div>
14 </div>
6 </div> 15 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/quick_unlock_configure_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698