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

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

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 years, 10 months 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-material.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;lang:language">
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="chrome://resources/css/text_defaults.css"> 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <link rel="stylesheet" href="plugins.css"> 7 <link rel="stylesheet" href="plugins.css">
8 <if expr="chromeos"> 8 <if expr="chromeos">
9 <link rel="stylesheet" 9 <link rel="stylesheet"
10 href="chrome://resources/css/chromeos/ui_account_tweaks.css"> 10 href="chrome://resources/css/chromeos/ui_account_tweaks.css">
11 </if> 11 </if>
12 </head> 12 </head>
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 <if expr="chromeos"> 209 <if expr="chromeos">
210 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> 210 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script>
211 </if> 211 </if>
212 212
213 <script src="chrome://resources/js/load_time_data.js"></script> 213 <script src="chrome://resources/js/load_time_data.js"></script>
214 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 214 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
215 <script src="chrome://plugins/strings.js"></script> 215 <script src="chrome://plugins/strings.js"></script>
216 <script src="chrome://resources/js/i18n_template2.js"></script> 216 <script src="chrome://resources/js/i18n_template2.js"></script>
217 </body> 217 </body>
218 </html> 218 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/pdf/index-material.html ('k') | chrome/browser/resources/policy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698