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

Unified Diff: chrome/browser/resources/net_internals/events_view.html

Issue 8590037: Add buttons to clear the cache and flush socket pools (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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/events_view.html
===================================================================
--- chrome/browser/resources/net_internals/events_view.html (revision 110530)
+++ chrome/browser/resources/net_internals/events_view.html (working copy)
@@ -29,6 +29,8 @@
<div id=events-view-action-box>
<input type=button value="Delete selected" id=events-view-delete-selected />
<input type=button value="Delete all" id=events-view-delete-all />
+ <input type=button value="Clear cache" id=events-view-clear-cache class=warningText />
eroman 2011/11/17 20:46:36 I'm not convinced that the Events tab is the right
+ <input type=button value="Flush sockets" id=events-view-flush-sockets class=warningText />
</div>
<!-- Splitter Box: This is a handle to resize the vertical divider -->
<div id=events-view-splitter-box class=vertical-splitter></div>
« no previous file with comments | « chrome/browser/resources/net_internals/browser_bridge.js ('k') | chrome/browser/resources/net_internals/events_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698