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

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

Issue 423813002: Sdch view for net-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix component linkage Created 6 years, 1 month 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 | « chrome/test/data/sdch/page.html.mock-http-headers ('k') | chrome/test/data/webui/net_internals/main.js » ('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_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,
« no previous file with comments | « chrome/test/data/sdch/page.html.mock-http-headers ('k') | chrome/test/data/webui/net_internals/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698