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

Unified Diff: chrome/browser/resources/net_internals/sockets-view.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/sockets-view.html
===================================================================
--- chrome/browser/resources/net_internals/sockets-view.html (revision 94551)
+++ chrome/browser/resources/net_internals/sockets-view.html (working copy)
@@ -1,22 +0,0 @@
-<div id=socketsTabContent>
- <h4>Socket pools</h4>
- <ul>
- <li class="hideOnLoadLog">
- <input type=button value="Close idle sockets" id=socketPoolCloseIdleButton />
- </li>
- <li class="hideOnLoadLog">
- <input type=button value="Flush socket pools" id=socketPoolFlushButton />
- <span class=warningText >May break pages with active connections</span>
- </li>
- <li><a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
- </li>
- </ul>
- <p>
- <div id=socketPoolDiv>
- </div>
- </p>
- <p>
- <div id=socketPoolGroupsDiv>
- </div>
- </p>
-</div>
« no previous file with comments | « chrome/browser/resources/net_internals/socketpoolwrapper.js ('k') | chrome/browser/resources/net_internals/sockets_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698