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

Side by Side Diff: chrome/browser/resources/chromeos/wallpaper_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 <!-- 2 <!--
3 ------ 3 ------
4 Copyright (c) 2013 The Chromium Authors. All rights reserved. 4 Copyright (c) 2013 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <html i18n-values="dir:textdirection;"> 8 <html i18n-values="dir:textdirection;">
9 <head> 9 <head>
10 <meta charset="utf-8">
10 <title>Wallpaper Picker</title> 11 <title>Wallpaper Picker</title>
11 <link rel="stylesheet" href="../../../../../ui/webui/resources/css/widgets.css "> 12 <link rel="stylesheet" href="../../../../../ui/webui/resources/css/widgets.css ">
12 <link rel="stylesheet" href="../../../../../ui/webui/resources/css/menu.css">< /link> 13 <link rel="stylesheet" href="../../../../../ui/webui/resources/css/menu.css">< /link>
13 14
14 <link rel="stylesheet" href="css/wallpaper_manager.css"> 15 <link rel="stylesheet" href="css/wallpaper_manager.css">
15 <script src="js/main_scripts.js"></script> 16 <script src="js/main_scripts.js"></script>
16 <if expr="0"> 17 <if expr="0">
17 <!-- This file has not been flattened, load individual scripts. 18 <!-- This file has not been flattened, load individual scripts.
18 Keep the list in sync with js/main_scripts.js. --> 19 Keep the list in sync with js/main_scripts.js. -->
19 <script src="../../../../../ui/webui/resources/js/cr.js"></script> 20 <script src="../../../../../ui/webui/resources/js/cr.js"></script>
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 <div id="surprise-me" hidden> 119 <div id="surprise-me" hidden>
119 <div id="checkbox"></div> 120 <div id="checkbox"></div>
120 <span i18n-content="surpriseMeLabel"></span> 121 <span i18n-content="surpriseMeLabel"></span>
121 </div> 122 </div>
122 </div> 123 </div>
123 </div> 124 </div>
124 </div> 125 </div>
125 </div> 126 </div>
126 </body> 127 </body>
127 </html> 128 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/slow.html ('k') | chrome/browser/resources/enhanced_bookmark_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698