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

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

Issue 2751833011: Add url to BIDIRECTIONAL_STREAM events in NetLog UI (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | 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/source_entry.js
diff --git a/chrome/browser/resources/net_internals/source_entry.js b/chrome/browser/resources/net_internals/source_entry.js
index 25f0e81b40280eeeacf7be725d9bc12e5f479240..126750c8cfe5738bf29a66693440571398f1e059 100644
--- a/chrome/browser/resources/net_internals/source_entry.js
+++ b/chrome/browser/resources/net_internals/source_entry.js
@@ -82,6 +82,7 @@ var SourceEntry = (function() {
case EventSourceType.SOCKET_STREAM:
case EventSourceType.HTTP_STREAM_JOB:
case EventSourceType.HTTP_STREAM_JOB_CONTROLLER:
+ case EventSourceType.BIDIRECTIONAL_STREAM:
this.description_ = e.params.url;
break;
// TODO(davidben): Remove CONNECT_JOB after M57 is released.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698