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

Unified Diff: chrome/browser/resources/net_internals/browser_bridge.js

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/browser_bridge.js
===================================================================
--- chrome/browser/resources/net_internals/browser_bridge.js (revision 110530)
+++ chrome/browser/resources/net_internals/browser_bridge.js (working copy)
@@ -148,6 +148,10 @@
this.send('clearHostResolverCache');
},
+ sendClearBrowserCache: function() {
+ this.send('clearBrowserCache');
+ },
+
sendStartConnectionTests: function(url) {
this.send('startConnectionTests', [url]);
},

Powered by Google App Engine
This is Rietveld 408576698