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

Unified Diff: chrome/browser/resources/net_internals/spdy_view.html

Issue 934773005: Rename SPDY to HTTP/2 on NetLog tab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | chrome/browser/resources/net_internals/spdy_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6ff166911a7bc5bb4cee764dd7bab7e99da68f51..8631d7439b5ec3eeb404248eb3ea1b62ff2865b5 100644
--- a/chrome/browser/resources/net_internals/spdy_view.html
+++ b/chrome/browser/resources/net_internals/spdy_view.html
@@ -1,18 +1,18 @@
<div id=spdy-view-tab-content class=content-box>
<ul id=spdy-view-status style='margin-top:0'>
- <li>SPDY Enabled: <span jscontent="spdy_enabled"></span></li>
+ <li>HTTP/2 Enabled: <span jscontent="spdy_enabled"></span></li>
<li>Use Alternate Protocol: <span jscontent="use_alternate_protocols"></span></li>
- <li>Force SPDY Always: <span jscontent="force_spdy_always"></span></li>
- <li>Force SPDY Over SSL: <span jscontent="force_spdy_over_ssl"></span></li>
+ <li>Force HTTP/2 Always: <span jscontent="force_spdy_always"></span></li>
+ <li>Force HTTP/2 Over SSL: <span jscontent="force_spdy_over_ssl"></span></li>
<li>Next Protocols: <span jscontent="next_protos"></span></li>
</ul>
- <h4>SPDY sessions</h4>
+ <h4>HTTP/2 sessions</h4>
<div id=spdy-view-session-info>
<!-- Only one of these two are shown -->
<div jsdisplay="spdySessionInfo.length == 0">None</div>
<div jsdisplay="spdySessionInfo.length != 0">
- <a href="#events&q=type:SPDY_SESSION%20is:active">View live SPDY sessions</a>
+ <a href="#events&q=type:SPDY_SESSION%20is:active">View live HTTP/2 sessions</a>
<p>
<table class="styled-table">
<thead>
« no previous file with comments | « no previous file | chrome/browser/resources/net_internals/spdy_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698