Chromium Code Reviews| Index: chrome/browser/resources/net_internals/spdy_view.html |
| diff --git a/chrome/browser/resources/net_internals/spdy_view.html b/chrome/browser/resources/net_internals/spdy_view.html |
| index 4168785648ae31eb6fa0bf84b30f7a2f19c507a1..eac712c228cc6a287c226f073363ec6c8314122a 100644 |
| --- a/chrome/browser/resources/net_internals/spdy_view.html |
| +++ b/chrome/browser/resources/net_internals/spdy_view.html |
| @@ -1,7 +1,7 @@ |
| <div id=spdy-view-tab-content class=content-box> |
| <ul id=spdy-view-status style='margin-top:0'> |
| <li>HTTP/2 Enabled: <span jscontent="spdy_enabled"></span></li> |
| - <li>Use Alternative Service: <span jscontent="use_alternate_protocols"></span></li> |
| + <li>Use Alternative Service: <span jscontent="use_alternative_services"></span></li> |
|
eroman
2015/08/18 01:05:15
does this break loading of older log files which u
Bence
2015/08/19 18:19:33
Oops, sorry about the oversight. Fixed.
|
| <li>Next Protocols: <span jscontent="next_protos"></span></li> |
| </ul> |