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

Side by Side Diff: chrome/browser/resources/components.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
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="componentsTitle"></title> 5 <title i18n-content="componentsTitle"></title>
6 <link rel="stylesheet" href="components.css"> 6 <link rel="stylesheet" href="components.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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 <if expr="chromeos"> 75 <if expr="chromeos">
76 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> 76 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script>
77 </if> 77 </if>
78 78
79 <script src="chrome://resources/js/load_time_data.js"></script> 79 <script src="chrome://resources/js/load_time_data.js"></script>
80 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 80 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
81 <script src="chrome://components/strings.js"></script> 81 <script src="chrome://components/strings.js"></script>
82 <script src="chrome://resources/js/i18n_template2.js"></script> 82 <script src="chrome://resources/js/i18n_template2.js"></script>
83 </body> 83 </body>
84 </html> 84 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/wallpaper_manager/main.html ('k') | chrome/browser/resources/contextual_search/promo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698