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

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

Issue 275953002: Remove HTTP pipelining support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 6 years, 7 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
Index: chrome/test/data/webui/net_internals/log_util.js
diff --git a/chrome/test/data/webui/net_internals/log_util.js b/chrome/test/data/webui/net_internals/log_util.js
index d9e8aa3ecd3d90ebe176305ed9bf7555095115e9..43b32b4a670184c14c1394881b4d56dfc2197387 100644
--- a/chrome/test/data/webui/net_internals/log_util.js
+++ b/chrome/test/data/webui/net_internals/log_util.js
@@ -167,7 +167,6 @@ function checkViewsAfterLogLoaded() {
sockets: true,
spdy: true,
quic: true,
- httpPipeline: false,
httpCache: true,
modules: true,
tests: false,
@@ -199,7 +198,6 @@ function checkViewsAfterNetLogLoggerLogLoaded() {
sockets: false,
spdy: false,
quic: false,
- httpPipeline: false,
httpCache: false,
modules: false,
tests: false,

Powered by Google App Engine
This is Rietveld 408576698