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

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

Issue 7530020: Re-design the "data" tab on about:net-internals. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address mmenke's comments 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/category_tabs.html
===================================================================
--- chrome/browser/resources/net_internals/category_tabs.html (revision 94563)
+++ chrome/browser/resources/net_internals/category_tabs.html (working copy)
@@ -1,6 +1,8 @@
<!-- Tab switcher for main categories. -->
<div id=categoryTabHandles class="tab-switcher-view">
- <a href="#data" id=dataTab>Data</a>
+ <a href="#capture" id=captureTab>Capture</a>
+ <a href="#export" id=exportTab>Export</a>
+ <a href="#import" id=importTab>Import</a>
<a href="#proxy" id=proxyTab>Proxy</a>
<a href="#events" id=eventsTab>Events</a>
<a href="#dns" id=dnsTab>DNS</a>
« no previous file with comments | « chrome/browser/resources/net_internals/capture_view.js ('k') | chrome/browser/resources/net_internals/data_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698