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

Unified Diff: netlog_viewer/sockets_view.html

Issue 2178423002: Bring the gh-pages branch up to date with the master branch (Closed) Base URL: https://github.com/catapult-project/catapult.git@gh-pages
Patch Set: Created 4 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
« no previous file with comments | « netlog_viewer/sdch_view.js ('k') | netlog_viewer/sockets_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: netlog_viewer/sockets_view.html
diff --git a/netlog_viewer/sockets_view.html b/netlog_viewer/sockets_view.html
index 8f3d33d2d8b3d75ee9f77b596a1c3e080cc9110a..662d50c6d049b0fda355b0f24645bea8d01efcf3 100644
--- a/netlog_viewer/sockets_view.html
+++ b/netlog_viewer/sockets_view.html
@@ -6,17 +6,7 @@
</style>
<div id=sockets-view-tab-content class=content-box>
- <ul style='margin-top:0'>
- <li class="hide-when-not-capturing">
- <input type=button value="Close idle sockets" id=sockets-view-close-idle-button>
- </li>
- <li class="hide-when-not-capturing">
- <input type=button value="Flush socket pools" id=sockets-view-flush-button>
- <span class=warning-text>May break pages with active connections</span>
- </li>
- <li><a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
- </li>
- </ul>
+ <a href='#events&q=type:SOCKET%20is:active'>View live sockets</a>
<p>
<div id=sockets-view-pool-div>
</div>
« no previous file with comments | « netlog_viewer/sdch_view.js ('k') | netlog_viewer/sockets_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698