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 43b32b4a670184c14c1394881b4d56dfc2197387..02ba179c6a6a22b31da86bc02841cea4e80ddb3a 100644 |
--- a/chrome/test/data/webui/net_internals/log_util.js |
+++ b/chrome/test/data/webui/net_internals/log_util.js |
@@ -167,6 +167,7 @@ function checkViewsAfterLogLoaded() { |
sockets: true, |
spdy: true, |
quic: true, |
+ sdch: true, |
httpCache: true, |
modules: true, |
tests: false, |
@@ -198,6 +199,7 @@ function checkViewsAfterNetLogLoggerLogLoaded() { |
sockets: false, |
spdy: false, |
quic: false, |
+ sdch: false, |
httpCache: false, |
modules: false, |
tests: false, |