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

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

Issue 1268313004: s/use_alternate_protocols/use_alternative_services/g (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re: #15. Created 5 years, 4 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/io_thread_unittest.cc ('k') | chromecast/browser/url_request_context_factory.cc » ('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 4168785648ae31eb6fa0bf84b30f7a2f19c507a1..964b111eaeef97ee51938ad3ffd5658e94fab0fb 100644
--- a/chrome/browser/resources/net_internals/spdy_view.html
+++ b/chrome/browser/resources/net_internals/spdy_view.html
@@ -1,7 +1,11 @@
<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>
+ <!-- "use_alternative_service" is used here since release 46, see
+ https://crrev.com/1268313004. "use_alternate_protocols" is here to
+ support importing netlog json files from earlier browsers.
+ TODO(bnc): Deprecate around 2016 February. -->
+ <li>Use Alternative Service: <span jscontent="$this.use_alternative_services || $this.use_alternate_protocols"></span></li>
<li>Next Protocols: <span jscontent="next_protos"></span></li>
</ul>
« no previous file with comments | « chrome/browser/io_thread_unittest.cc ('k') | chromecast/browser/url_request_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698