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

Unified Diff: chrome/browser/resources/net_internals/index.html

Issue 586783003: webui: change all <include/> to <include>. Same thing, less bits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert print_preview, axe some whitespace Created 6 years, 3 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
Index: chrome/browser/resources/net_internals/index.html
diff --git a/chrome/browser/resources/net_internals/index.html b/chrome/browser/resources/net_internals/index.html
index 7879b526eb829ebc397af321687e5d81c86875ee..db186f75ee0ea48570bcb2c601f7cfc2d0cec2c5 100644
--- a/chrome/browser/resources/net_internals/index.html
+++ b/chrome/browser/resources/net_internals/index.html
@@ -25,29 +25,29 @@ found in the LICENSE file.
<script src="chrome://net-internals/strings.js"></script>
</head>
<body id=import-view-drop-target>
- <include src="top_bar_view.html"/>
+ <include src="top_bar_view.html">
<div id=main-tab-contents>
- <include src="proxy_view.html"/>
- <include src="dns_view.html"/>
- <include src="sockets_view.html"/>
- <include src="spdy_view.html"/>
- <include src="quic_view.html"/>
- <include src="http_cache_view.html"/>
- <include src="bandwidth_view.html"/>
- <include src="prerender_view.html"/>
- <include src="modules_view.html"/>
- <include src="import_view.html"/>
- <include src="export_view.html"/>
- <include src="capture_view.html"/>
- <include src="test_view.html"/>
- <include src="hsts_view.html"/>
- <include src="events_view.html"/>
- <include src="waterfall_view.html"/>
- <include src="timeline_view.html"/>
- <include src="logs_view.html"/>
- <include src="chromeos_view.html"/>
- <include src="cros_log_visualizer_view.html"/>
+ <include src="proxy_view.html">
+ <include src="dns_view.html">
+ <include src="sockets_view.html">
+ <include src="spdy_view.html">
+ <include src="quic_view.html">
+ <include src="http_cache_view.html">
+ <include src="bandwidth_view.html">
+ <include src="prerender_view.html">
+ <include src="modules_view.html">
+ <include src="import_view.html">
+ <include src="export_view.html">
+ <include src="capture_view.html">
+ <include src="test_view.html">
+ <include src="hsts_view.html">
+ <include src="events_view.html">
+ <include src="waterfall_view.html">
+ <include src="timeline_view.html">
+ <include src="logs_view.html">
+ <include src="chromeos_view.html">
+ <include src="cros_log_visualizer_view.html">
</div>
<script src="chrome://resources/js/i18n_template2.js"></script>

Powered by Google App Engine
This is Rietveld 408576698