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

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

Issue 7530020: Re-design the "data" tab on about:net-internals. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Remove a TODO which I don't intend to do anymore Created 9 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
Index: chrome/browser/resources/net_internals/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 94563)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -19,8 +19,7 @@
<div id=statusViewId>
<!-- We use a different status bar when in capture mode vs file mode -->
<div id=statusViewForCapture>
- <!-- TODO(eroman): Move the actively captured events count to here. -->
- Recording...
+ Recording network events...
mmenke 2011/07/29 14:18:53 Thinking there's not enough space for event counts
eroman 2011/07/29 15:15:08 Yeah I wasn't sure about this. Having the entire C
</div>
<div id=statusViewForFile style="display:none">
@@ -37,7 +36,9 @@
<include src="http_throttling_view.html"/>
<include src="prerender_view.html"/>
<include src="service_providers_view.html"/>
- <include src="data_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"/>

Powered by Google App Engine
This is Rietveld 408576698