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

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

Issue 2104012: Fixed a TODO in data export of net-internals, added Chrome version and comman... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 7 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
« no previous file with comments | « chrome/browser/resources/net_internals/dataview.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/net_internals/main.js
===================================================================
--- chrome/browser/resources/net_internals/main.js (revision 47684)
+++ chrome/browser/resources/net_internals/main.js (working copy)
@@ -7,6 +7,7 @@
*/
var LogEventType = null;
var LogEventPhase = null;
+var ClientInfo = null;
var LogSourceType = null;
var NetError = null;
var LoadFlag = null;
@@ -210,6 +211,11 @@
LogEventType = constantsMap;
};
+BrowserBridge.prototype.receivedClientInfo =
+function(info) {
+ ClientInfo = info;
+};
+
BrowserBridge.prototype.receivedLogEventPhaseConstants =
function(constantsMap) {
LogEventPhase = constantsMap;
« no previous file with comments | « chrome/browser/resources/net_internals/dataview.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698