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

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

Issue 934823005: Rename SPDY netlog strings to HTTP2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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/test/data/webui/net_internals/log_view_painter.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 8631d7439b5ec3eeb404248eb3ea1b62ff2865b5..7444a5864908326913a58954f120ece9ca41a0f1 100644
--- a/chrome/browser/resources/net_internals/spdy_view.html
+++ b/chrome/browser/resources/net_internals/spdy_view.html
@@ -12,7 +12,7 @@
<!-- 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 HTTP/2 sessions</a>
+ <a href="#events&q=type:HTTP2_SESSION%20is:active">View live HTTP/2 sessions</a>
mmenke 2015/02/18 17:35:38 This is source type, not event type. See net_log_
Bence 2015/02/20 20:30:12 Awesome, thanks for catching it. I thus replaced
<p>
<table class="styled-table">
<thead>
« no previous file with comments | « no previous file | chrome/test/data/webui/net_internals/log_view_painter.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698