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

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

Issue 442583002: Change document.title used for keyboard overlay (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
OLDNEW
1 <div id="keyboard-overlay" class="page" hidden> 1 <div id="keyboard-overlay" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="keyboardOverlayTitle"></h1> 3 <h1 i18n-content="keyboardOverlay"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <table class="option-control-table"> 5 <table class="option-control-table">
6 <tr> 6 <tr>
7 <td> 7 <td>
8 <label class="option-name" for="remap-search-key-to" 8 <label class="option-name" for="remap-search-key-to"
9 i18n-content="remapSearchKeyToContent"> 9 i18n-content="remapSearchKeyToContent">
10 </label> 10 </label>
11 </td> 11 </td>
12 <td class="option-value"> 12 <td class="option-value">
13 <select id="remap-search-key-to" class="control" 13 <select id="remap-search-key-to" class="control"
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 </div> 128 </div>
129 <div class="action-area"> 129 <div class="action-area">
130 <div class="button-strip"> 130 <div class="button-strip">
131 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button> 131 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button>
132 <button id="keyboard-confirm" class="default-button" type="submit" 132 <button id="keyboard-confirm" class="default-button" type="submit"
133 i18n-content="ok"> 133 i18n-content="ok">
134 </button> 134 </button>
135 </div> 135 </div>
136 </div> 136 </div>
137 </div> 137 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698