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

Unified Diff: netlog_viewer/index.html

Issue 2178423002: Bring the gh-pages branch up to date with the master branch (Closed) Base URL: https://github.com/catapult-project/catapult.git@gh-pages
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « netlog_viewer/http_cache_view.html ('k') | netlog_viewer/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: netlog_viewer/index.html
diff --git a/netlog_viewer/index.html b/netlog_viewer/index.html
index 24931d9a521821fa7f4a00edb27ef655e273ef53..07177772ecaf01f2397d7bfc96fcc5b2306f1b57 100644
--- a/netlog_viewer/index.html
+++ b/netlog_viewer/index.html
@@ -53,7 +53,10 @@ found in the LICENSE file.
<script src="sockets_view.js"></script>
<script src="alt_svc_view.js"></script>
<script src="spdy_view.js"></script>
+ <script src="modules_view.js"></script>
+ <script src="prerender_view.js"></script>
<script src="chromeos_view.js"></script>
+ <script src="bandwidth_view.js"></script>
<script src="sdch_view.js"></script>
</head>
<body id=import-view-drop-target>
@@ -70,6 +73,9 @@ found in the LICENSE file.
<link rel="import" href="spdy_view.html">
<link rel="import" href="quic_view.html">
<link rel="import" href="http_cache_view.html">
+ <link rel="import" href="bandwidth_view.html">
+ <link rel="import" href="prerender_view.html">
+ <link rel="import" href="modules_view.html">
<link rel="import" href="import_view.html">
<link rel="import" href="events_view.html">
<link rel="import" href="timeline_view.html">
« no previous file with comments | « netlog_viewer/http_cache_view.html ('k') | netlog_viewer/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698