| 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]);
|
| },
|
|
|