| Index: chrome/browser/resources/quota_internals/main.html
|
| ===================================================================
|
| --- chrome/browser/resources/quota_internals/main.html (revision 96582)
|
| +++ chrome/browser/resources/quota_internals/main.html (working copy)
|
| @@ -5,6 +5,7 @@
|
| found in the LICENSE file.
|
| -->
|
| <html i18n-values="dir:textdirection;">
|
| +<include src="../content_security_policy.html"/>
|
| <title>Quota Internals</title>
|
| <link rel="stylesheet" href="main.css"/>
|
|
|
| @@ -21,8 +22,8 @@
|
| <script src="chrome://resources/css/tree.css.js"></script>
|
| <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
|
|
|
| -<script src="message_dispatcher.js"></script>
|
| -<script src="event_handler.js"></script>
|
| +<script src="chrome://quota-internals/message_dispatcher.js"></script>
|
| +<script src="chrome://quota-internals/event_handler.js"></script>
|
|
|
| <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
|
|
|
|