| 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 f2d87b0b838b11f96f49293bf0de8cde02de1608..bf4259d7049d0cb0b13b90735a80f48c688da31c 100644
|
| --- a/chrome/browser/resources/net_internals/source_entry.js
|
| +++ b/chrome/browser/resources/net_internals/source_entry.js
|
| @@ -100,7 +100,7 @@ var SourceEntry = (function() {
|
| if (e.params.host != undefined)
|
| this.description_ = e.params.host;
|
| break;
|
| - case EventSourceType.SPDY_SESSION:
|
| + case EventSourceType.HTTP2_SESSION:
|
| if (e.params.host)
|
| this.description_ = e.params.host + ' (' + e.params.proxy + ')';
|
| break;
|
|
|