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

Side by Side Diff: chrome/browser/resources/bookmark_manager/main.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 i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <!-- 3 <!--
4 4
5 Copyright (c) 2012 The Chromium Authors. All rights reserved. 5 Copyright (c) 2012 The Chromium Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be 6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file. 7 found in the LICENSE file.
8 8
9 --> 9 -->
10 <head> 10 <head>
11 <meta name="google" value="notranslate"> 11 <meta name="google" value="notranslate">
12 <meta charset="utf-8">
12 <title i18n-content="title"></title> 13 <title i18n-content="title"></title>
13 14
14 <link rel="stylesheet" href="chrome://resources/css/list.css"> 15 <link rel="stylesheet" href="chrome://resources/css/list.css">
15 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 16 <link rel="stylesheet" href="chrome://resources/css/tree.css">
16 <link rel="stylesheet" href="chrome://resources/css/menu.css"> 17 <link rel="stylesheet" href="chrome://resources/css/menu.css">
17 <link rel="stylesheet" href="chrome://resources/css/menu_button.css"> 18 <link rel="stylesheet" href="chrome://resources/css/menu_button.css">
18 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 19 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
19 <link rel="stylesheet" href="css/bmm.css"> 20 <link rel="stylesheet" href="css/bmm.css">
20 21
21 <script src="chrome://resources/css/tree.css.js"></script> 22 <script src="chrome://resources/css/tree.css.js"></script>
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 <button command="#delete-command"></button> 149 <button command="#delete-command"></button>
149 <button command="#undo-delete-command"></button> 150 <button command="#undo-delete-command"></button>
150 <hr> 151 <hr>
151 <button command="#add-new-bookmark-command"></button> 152 <button command="#add-new-bookmark-command"></button>
152 <button command="#new-folder-command"></button> 153 <button command="#new-folder-command"></button>
153 </menu> 154 </menu>
154 155
155 <script src="js/main.js"></script> 156 <script src="js/main.js"></script>
156 </body> 157 </body>
157 </html> 158 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_version.html ('k') | chrome/browser/resources/chromeos/bluetooth_pair_device.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698