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

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: Review fixes. Lots. Created 6 years, 3 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 43b32b4a670184c14c1394881b4d56dfc2197387..b622c5a3dc7d89721283e51f474cbc7494e5dcbb 100644
--- a/chrome/test/data/webui/net_internals/log_util.js
+++ b/chrome/test/data/webui/net_internals/log_util.js
@@ -175,7 +175,8 @@ function checkViewsAfterLogLoaded() {
prerender: true,
bandwidth: false,
chromeos: false,
- visualizer: false
+ visualizer: false,
+ sdch: true,
mmenke 2014/10/03 18:59:27 nit: It's not done consistently, but this should
baranovich 2014/10/27 20:49:24 Done.
};
NetInternalsTest.checkTabHandleVisibility(tabVisibilityState, false);
}
@@ -206,7 +207,8 @@ function checkViewsAfterNetLogLoggerLogLoaded() {
prerender: false,
bandwidth: false,
chromeos: false,
- visualizer: false
+ visualizer: false,
+ sdch: false
};
NetInternalsTest.checkTabHandleVisibility(tabVisibilityState, false);
}

Powered by Google App Engine
This is Rietveld 408576698