| Index: chrome/browser/resources/net_internals/main.js
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/main.js (revision 44049)
|
| +++ chrome/browser/resources/net_internals/main.js (working copy)
|
| @@ -5,7 +5,6 @@
|
| /**
|
| * Dictionary of constants (initialized by browser).
|
| */
|
| -var LogEntryType = null;
|
| var LogEventType = null;
|
| var LogEventPhase = null;
|
| var LogSourceType = null;
|
| @@ -189,10 +188,6 @@
|
| LogSourceType = constantsMap;
|
| };
|
|
|
| -BrowserBridge.prototype.receivedLogEntryTypeConstants = function(constantsMap) {
|
| - LogEntryType = constantsMap;
|
| -};
|
| -
|
| BrowserBridge.prototype.receivedTimeTickOffset = function(timeTickOffset) {
|
| this.timeTickOffset_ = timeTickOffset;
|
| };
|
|
|