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

Side by Side Diff: chrome/browser/resources/plugins.html

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 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
« no previous file with comments | « chrome/browser/resources/pdf/index.html ('k') | chrome/browser/resources/policy.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <meta charset="utf-8">
5 <title i18n-content="pluginsTitle"></title> 5 <title i18n-content="pluginsTitle"></title>
6 <link rel="stylesheet" href="plugins.css"> 6 <link rel="stylesheet" href="plugins.css">
7 <if expr="chromeos"> 7 <if expr="chromeos">
8 <link rel="stylesheet" 8 <link rel="stylesheet"
9 href="chrome://resources/css/chromeos/ui_account_tweaks.css"> 9 href="chrome://resources/css/chromeos/ui_account_tweaks.css">
10 </if> 10 </if>
11 </head> 11 </head>
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 <if expr="chromeos"> 208 <if expr="chromeos">
209 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> 209 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script>
210 </if> 210 </if>
211 211
212 <script src="chrome://resources/js/load_time_data.js"></script> 212 <script src="chrome://resources/js/load_time_data.js"></script>
213 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 213 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
214 <script src="chrome://plugins/strings.js"></script> 214 <script src="chrome://plugins/strings.js"></script>
215 <script src="chrome://resources/js/i18n_template2.js"></script> 215 <script src="chrome://resources/js/i18n_template2.js"></script>
216 </body> 216 </body>
217 </html> 217 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/pdf/index.html ('k') | chrome/browser/resources/policy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698