Index: chrome/browser/resources/net_internals/proxyview.js |
=================================================================== |
--- chrome/browser/resources/net_internals/proxyview.js (revision 72508) |
+++ chrome/browser/resources/net_internals/proxyview.js (working copy) |
@@ -114,3 +114,7 @@ |
ProxyView.prototype.onAllLogEntriesDeleted = function() { |
this.clearLog_(); |
}; |
+ |
+ProxyView.prototype.onSetIsViewingLogFile = function(isViewingLogFile) { |
+}; |
+ |