| Index: chrome/browser/resources/hung_renderer_dialog.html
|
| ===================================================================
|
| --- chrome/browser/resources/hung_renderer_dialog.html (revision 103537)
|
| +++ chrome/browser/resources/hung_renderer_dialog.html (working copy)
|
| @@ -3,15 +3,16 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <title i18n-content="title"></title>
|
| + <include src="content_security_policy.html"/>
|
| <link rel="stylesheet" href="hung_renderer_dialog.css">
|
| <link rel="stylesheet" href="chrome://resources/css/button.css">
|
| <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
|
| - <script src="strings.js"></script>
|
| + <script src="chrome://hung-renderer/strings.js"></script>
|
| <script src="chrome://resources/js/cr.js"></script>
|
| <script src="chrome://resources/js/cr/ui.js"></script>
|
| <script src="chrome://resources/js/i18n_template.js"></script>
|
| <script src="chrome://resources/js/util.js"></script>
|
| - <script src="hung_renderer_dialog.js"></script>
|
| + <script src="chrome://hung-renderer/hung_renderer_dialog.js"></script>
|
| </head>
|
|
|
| <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
|
|