OLD | NEW |
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 Loading... |
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> |
OLD | NEW |