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

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

Issue 10391044: retry 136193 - convert localStrings to loadTimeData for options page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 7 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 | 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 <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="pp_ifdef('chromeos')"> 7 <if expr="pp_ifdef('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>
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 </div> 194 </div>
195 </td> 195 </td>
196 </tr> 196 </tr>
197 </table> 197 </table>
198 </div> 198 </div>
199 </div> 199 </div>
200 </div> 200 </div>
201 </div> 201 </div>
202 </div> 202 </div>
203 <script src="chrome://resources/js/util.js"></script> 203 <script src="chrome://resources/js/util.js"></script>
204 <script src="chrome://resources/js/cr.js"></script>
204 <script src="chrome://plugins/plugins.js"></script> 205 <script src="chrome://plugins/plugins.js"></script>
205 <script src="chrome://plugins/strings.js"></script>
206 <script src="chrome://resources/js/cr.js"></script>
207 <script src="chrome://resources/js/i18n_template.js"></script>
208 <script src="chrome://resources/js/i18n_process.js"></script>
209 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
210 <if expr="pp_ifdef('chromeos')"> 206 <if expr="pp_ifdef('chromeos')">
211 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> 207 <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script>
212 </if> 208 </if>
209
210 <script src="chrome://resources/js/load_time_data.js"></script>
211 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
212 <script src="chrome://plugins/strings.js"></script>
213 <script src="chrome://resources/js/i18n_template2.js"></script>
213 </body> 214 </body>
214 </html> 215 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/startup_overlay.js ('k') | chrome/browser/resources/shared/js/chromeos/ui_account_tweaks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698