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

Side by Side Diff: chrome/browser/resources/chromeos/sim_unlock.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 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 6 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
6 <link rel="stylesheet" href="mobile_dialogs.css"> 7 <link rel="stylesheet" href="mobile_dialogs.css">
7 <link rel="stylesheet" href="sim_unlock.css"> 8 <link rel="stylesheet" href="sim_unlock.css">
8 <script src="chrome://resources/js/cr.js"></script> 9 <script src="chrome://resources/js/cr.js"></script>
9 <script src="chrome://resources/js/cr/event_target.js"></script> 10 <script src="chrome://resources/js/cr/event_target.js"></script>
10 <script src="chrome://resources/js/local_strings.js"></script> 11 <script src="chrome://resources/js/local_strings.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 12 <script src="chrome://resources/js/util.js"></script>
12 <script src="sim_unlock.js"></script> 13 <script src="sim_unlock.js"></script>
13 <script> 14 <script>
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 </div> 134 </div>
134 <div id="disabled-sim-action-area" class="action-area"> 135 <div id="disabled-sim-action-area" class="action-area">
135 <div class="button-strip"> 136 <div class="button-strip">
136 <button id="sim-disabled-confirm" i18n-content="ok"></button> 137 <button id="sim-disabled-confirm" i18n-content="ok"></button>
137 </div> 138 </div>
138 </div> 139 </div>
139 </div> 140 </div>
140 </div> 141 </div>
141 </body> 142 </body>
142 </html> 143 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/proxy_settings.html ('k') | chrome/browser/resources/chromeos/slow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698