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

Unified Diff: chrome/test/data/webui/net_internals/log_view_painter.js

Issue 1667583004: Landing Recent QUIC changes until 01/31/2016 05:22 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0203
Patch Set: Rebase Created 4 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 | components/domain_reliability/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/log_view_painter.js
diff --git a/chrome/test/data/webui/net_internals/log_view_painter.js b/chrome/test/data/webui/net_internals/log_view_painter.js
index 406ba452ac5657458146b8b1c447d0ad9696ff7c..7a64639b97cc696f07bba137d587a6dae236b9aa 100644
--- a/chrome/test/data/webui/net_internals/log_view_painter.js
+++ b/chrome/test/data/webui/net_internals/log_view_painter.js
@@ -1166,7 +1166,7 @@ function painterTestQuicError() {
},
{
'params': {
- 'quic_error': QuicError.QUIC_CONNECTION_TIMED_OUT,
+ 'quic_error': QuicError.QUIC_NETWORK_IDLE_TIMEOUT,
},
'phase': EventPhase.PHASE_NONE,
'source': {
@@ -1178,7 +1178,7 @@ function painterTestQuicError() {
},
{
'params': {
- 'quic_error': QuicError.QUIC_CONNECTION_TIMED_OUT
+ 'quic_error': QuicError.QUIC_NETWORK_IDLE_TIMEOUT
},
'phase': EventPhase.PHASE_END,
'source': {
@@ -1201,10 +1201,10 @@ function painterTestQuicError() {
' --> stream_id = 1\n' +
't=1338864774151 [st=257] QUIC_SESSION_CONNECTION_CLOSE_FRAME_RECEIVED\n' +
' --> quic_error = ' +
- QuicError.QUIC_CONNECTION_TIMED_OUT + ' (QUIC_CONNECTION_TIMED_OUT)\n' +
+ QuicError.QUIC_NETWORK_IDLE_TIMEOUT + ' (QUIC_NETWORK_IDLE_TIMEOUT)\n' +
't=1338864774369 [st=475] -QUIC_SESSION\n' +
' --> quic_error = ' +
- QuicError.QUIC_CONNECTION_TIMED_OUT + ' (QUIC_CONNECTION_TIMED_OUT)';
+ QuicError.QUIC_NETWORK_IDLE_TIMEOUT + ' (QUIC_NETWORK_IDLE_TIMEOUT)';
return testCase;
}
« no previous file with comments | « no previous file | components/domain_reliability/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698