| 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>
|
|
|