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

Side by Side Diff: chrome/browser/resources/chromeos/network_configuration/config.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> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8">
4 <title>Network Configuration</title> 5 <title>Network Configuration</title>
5 <script src="chrome://resources/js/util.js"></script> 6 <script src="chrome://resources/js/util.js"></script>
6 <script src="chrome://resources/js/cr.js"></script> 7 <script src="chrome://resources/js/cr.js"></script>
7 <script src="chrome://resources/js/cr/event_target.js"></script> 8 <script src="chrome://resources/js/cr/event_target.js"></script>
8 <script src="chrome://resources/js/cr/ui.js"></script> 9 <script src="chrome://resources/js/cr/ui.js"></script>
9 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script> 10 <script src="chrome://resources/js/cr/ui/array_data_model.js"></script>
10 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script> 11 <script src="chrome://resources/js/cr/ui/list_selection_model.js"></script>
11 <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></script> 12 <script src="chrome://resources/js/cr/ui/list_selection_controller.js"></script>
12 <script src="chrome://resources/js/cr/ui/list_single_selection_model.js"> 13 <script src="chrome://resources/js/cr/ui/list_single_selection_model.js">
13 </script> 14 </script>
(...skipping 18 matching lines...) Expand all
32 Connect 33 Connect
33 </button> 34 </button>
34 <button id="disconnect"> 35 <button id="disconnect">
35 Disconnect 36 Disconnect
36 </button> 37 </button>
37 </div> 38 </div>
38 <div id="message-area"> 39 <div id="message-area">
39 </div> 40 </div>
40 </body> 41 </body>
41 </html> 42 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.html ('k') | chrome/browser/resources/chromeos/network_configuration/status.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698