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

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

Issue 1556018: Add support for attaching custom parameters to NetLog events. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address willchan's comments Created 10 years, 8 months 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/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;
};
« no previous file with comments | « chrome/browser/resources/net_internals/logviewpainter.js ('k') | chrome/browser/resources/net_internals/sourceentry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698