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

Side by Side Diff: chrome/browser/resources/chromeos/bluetooth_pair_device.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 <head> 3 <head>
4 <meta charset="utf-8">
4 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 5 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
5 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 6 <link rel="stylesheet" href="chrome://resources/css/overlay.css">
6 7
7 <link rel="stylesheet" href="../options/options_page.css"> 8 <link rel="stylesheet" href="../options/options_page.css">
8 <link rel="stylesheet" href="../options/chromeos/bluetooth.css"> 9 <link rel="stylesheet" href="../options/chromeos/bluetooth.css">
9 <link rel="stylesheet" href="bluetooth_pair_device.css"> 10 <link rel="stylesheet" href="bluetooth_pair_device.css">
10 11
11 <script src="chrome://resources/js/cr.js"></script> 12 <script src="chrome://resources/js/cr.js"></script>
12 <script src="chrome://resources/js/event_tracker.js"></script> 13 <script src="chrome://resources/js/event_tracker.js"></script>
13 <script src="chrome://resources/js/cr/event_target.js"></script> 14 <script src="chrome://resources/js/cr/event_target.js"></script>
(...skipping 19 matching lines...) Expand all
33 <div id="overlay-container" class="overlay"> 34 <div id="overlay-container" class="overlay">
34 <include src="../options/chromeos/bluetooth_pair_device_overlay.html"> 35 <include src="../options/chromeos/bluetooth_pair_device_overlay.html">
35 </div> 36 </div>
36 <div id="page-container"> 37 <div id="page-container">
37 <div id="bluetooth-container"></div> 38 <div id="bluetooth-container"></div>
38 </div> 39 </div>
39 <div id="searchBox" hidden><input id="search-field" type=text></div> 40 <div id="searchBox" hidden><input id="search-field" type=text></div>
40 <script src="chrome://resources/js/i18n_template2.js"></script> 41 <script src="chrome://resources/js/i18n_template2.js"></script>
41 </body> 42 </body>
42 </html> 43 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/bookmark_manager/main.html ('k') | chrome/browser/resources/chromeos/charger_replacement.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698