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

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

Issue 2785493003: Disable SDCH by Default (Closed)
Patch Set: Added todo for removing sdch_view.js. Created 3 years, 9 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 3dfdfcc26904163526181bffc68033431fc435e4..8a6e0a8eab3e11addb54f5b6506de2dcfe5f1bef 100644
--- a/chrome/test/data/webui/net_internals/log_util.js
+++ b/chrome/test/data/webui/net_internals/log_util.js
@@ -174,7 +174,7 @@ function checkViewsAfterLogLoaded() {
http2: true,
quic: true,
'alt-svc': true,
- sdch: true,
+ sdch: false,
httpCache: true,
modules: true,
hsts: false,

Powered by Google App Engine
This is Rietveld 408576698