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

Side by Side Diff: chrome/browser/resources/net_internals/index.html

Issue 2856223006: Delete chrome://net-internals/#export (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <!-- Don't use automatic scaling on mobile --> 10 <!-- Don't use automatic scaling on mobile -->
(...skipping 22 matching lines...) Expand all
33 <include src="dns_view.html"> 33 <include src="dns_view.html">
34 <include src="sockets_view.html"> 34 <include src="sockets_view.html">
35 <include src="alt_svc_view.html"> 35 <include src="alt_svc_view.html">
36 <include src="spdy_view.html"> 36 <include src="spdy_view.html">
37 <include src="quic_view.html"> 37 <include src="quic_view.html">
38 <include src="http_cache_view.html"> 38 <include src="http_cache_view.html">
39 <include src="bandwidth_view.html"> 39 <include src="bandwidth_view.html">
40 <include src="prerender_view.html"> 40 <include src="prerender_view.html">
41 <include src="modules_view.html"> 41 <include src="modules_view.html">
42 <include src="import_view.html"> 42 <include src="import_view.html">
43 <include src="export_view.html">
44 <include src="capture_view.html"> 43 <include src="capture_view.html">
45 <include src="hsts_view.html"> 44 <include src="hsts_view.html">
46 <include src="events_view.html"> 45 <include src="events_view.html">
47 <include src="timeline_view.html"> 46 <include src="timeline_view.html">
48 <include src="sdch_view.html"> 47 <include src="sdch_view.html">
49 <include src="chromeos_view.html"> 48 <include src="chromeos_view.html">
50 </div> 49 </div>
51 50
52 <script src="chrome://resources/js/i18n_template.js"></script> 51 <script src="chrome://resources/js/i18n_template.js"></script>
53 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 52 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
54 </body> 53 </body>
55 </html> 54 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/export_view.js ('k') | chrome/browser/resources/net_internals/index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698