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

Unified Diff: chrome/browser/resources/net_internals/category-tabs.html

Issue 7531005: Rename the net_internals file names to include hyphens. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add some missing files 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 94551)
+++ chrome/browser/resources/net_internals/category-tabs.html (working copy)
@@ -1,22 +0,0 @@
-<!-- Tab switcher for main categories. -->
-<div id=categoryTabHandles class="tab-switcher-view">
- <a href="#data" id=dataTab>Data</a>
- <a href="#proxy" id=proxyTab>Proxy</a>
- <a href="#events" id=eventsTab>Events</a>
- <a href="#dns" id=dnsTab>DNS</a>
- <a href="#sockets" id=socketsTab>Sockets</a>
- <a href="#spdy" id=spdyTab>SPDY</a>
- <a href="#httpCache" id=httpCacheTab>HTTP Cache</a>
- <a href="#httpThrottling" id=httpThrottlingTab>HTTP Throttling</a>
- <!-- Tab is only shown on Windows -->
- <a href="#serviceProviders" id=serviceProvidersTab style="display: none;">SPIs</a>
- <a href="#tests" id=testTab>Tests</a>
- <a href="#hsts" id=hstsTab>HSTS</a>
- <!-- Tab is only shown on ChromeOS -->
- <a href="#logs" id=logsTab style="display: none;">Logs</a>
- <a href="#prerender" id=prerenderTab>Prerender</a>
-</div>
-
-<!-- Splitter Box: This is a handle to resize the vertical divider -->
-<div id=splitterBoxForMainTabs class=splitterBox></div>
-
« no previous file with comments | « chrome/browser/resources/net_internals/browserbridge.js ('k') | chrome/browser/resources/net_internals/category_tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698