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

Side by Side Diff: chrome/browser/resources/safe_browsing_multiple_threat_block.html

Issue 117713003: Add encoding info for those WebUI pages that were missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html id="template_root"> 2 <html id="template_root">
3 <head> 3 <head>
4 <meta charset="utf-8">
4 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
5 <style> 6 <style>
6 body { 7 body {
7 background-color:#500; 8 background-color:#500;
8 font-family:Helvetica,Arial,sans-serif; 9 font-family:Helvetica,Arial,sans-serif;
9 margin:0px; 10 margin:0px;
10 } 11 }
11 .background { 12 .background {
12 position:absolute; 13 position:absolute;
13 width:100%; 14 width:100%;
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 onclick="proceed();"></button><br> 158 onclick="proceed();"></button><br>
158 <button name="back_button" i18n-content="back_button" 159 <button name="back_button" i18n-content="back_button"
159 onclick="takeMeBack()"></button> 160 onclick="takeMeBack()"></button>
160 </form> 161 </form>
161 </div> 162 </div>
162 </div> 163 </div>
163 </td> 164 </td>
164 </table> 165 </table>
165 </body> 166 </body>
166 </html> 167 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/reader_out_of_date.html ('k') | chrome/browser/resources/signin_internals/signin_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698