| OLD | NEW |
| (Empty) |
| 1 <!-- Tab switcher for main categories. --> | |
| 2 <div id=categoryTabHandles class="tab-switcher-view"> | |
| 3 <a href="#data" id=dataTab>Data</a> | |
| 4 <a href="#proxy" id=proxyTab>Proxy</a> | |
| 5 <a href="#events" id=eventsTab>Events</a> | |
| 6 <a href="#dns" id=dnsTab>DNS</a> | |
| 7 <a href="#sockets" id=socketsTab>Sockets</a> | |
| 8 <a href="#spdy" id=spdyTab>SPDY</a> | |
| 9 <a href="#httpCache" id=httpCacheTab>HTTP Cache</a> | |
| 10 <a href="#httpThrottling" id=httpThrottlingTab>HTTP Throttling</a> | |
| 11 <!-- Tab is only shown on Windows --> | |
| 12 <a href="#serviceProviders" id=serviceProvidersTab style="display: none;">SPIs
</a> | |
| 13 <a href="#tests" id=testTab>Tests</a> | |
| 14 <a href="#hsts" id=hstsTab>HSTS</a> | |
| 15 <!-- Tab is only shown on ChromeOS --> | |
| 16 <a href="#logs" id=logsTab style="display: none;">Logs</a> | |
| 17 <a href="#prerender" id=prerenderTab>Prerender</a> | |
| 18 </div> | |
| 19 | |
| 20 <!-- Splitter Box: This is a handle to resize the vertical divider --> | |
| 21 <div id=splitterBoxForMainTabs class=splitterBox></div> | |
| 22 | |
| OLD | NEW |