summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/resources/net_internals/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/net_internals/index.html')
-rw-r--r--chromium/chrome/browser/resources/net_internals/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/chrome/browser/resources/net_internals/index.html b/chromium/chrome/browser/resources/net_internals/index.html
index a481a9dfe06..7879b526eb8 100644
--- a/chromium/chrome/browser/resources/net_internals/index.html
+++ b/chromium/chrome/browser/resources/net_internals/index.html
@@ -20,6 +20,7 @@ found in the LICENSE file.
<link rel="stylesheet" href="cros_log_visualizer_view.css">
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://net-internals/index.js"></script>
<script src="chrome://net-internals/strings.js"></script>
</head>
@@ -32,7 +33,6 @@ found in the LICENSE file.
<include src="sockets_view.html"/>
<include src="spdy_view.html"/>
<include src="quic_view.html"/>
- <include src="http_pipeline_view.html"/>
<include src="http_cache_view.html"/>
<include src="bandwidth_view.html"/>
<include src="prerender_view.html"/>
@@ -50,8 +50,7 @@ found in the LICENSE file.
<include src="cros_log_visualizer_view.html"/>
</div>
- <script src="chrome://resources/js/i18n_template.js"></script>
- <script src="chrome://resources/js/i18n_process.js"></script>
+ <script src="chrome://resources/js/i18n_template2.js"></script>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
</body>
</html>