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

Unified Diff: third_party/WebKit/LayoutTests/netinfo/multiple-frames.html

Issue 2087293003: [DevTools] Network.emulateNetworkConditions now affects NetworkStateNotifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dcheck Created 4 years, 6 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: third_party/WebKit/LayoutTests/netinfo/multiple-frames.html
diff --git a/third_party/WebKit/LayoutTests/netinfo/multiple-frames.html b/third_party/WebKit/LayoutTests/netinfo/multiple-frames.html
index f74d953f91163d9aba6805766a14e8e7f409b440..9e8bacb2fc48c55c09e9f77e425f0326644edccb 100644
--- a/third_party/WebKit/LayoutTests/netinfo/multiple-frames.html
+++ b/third_party/WebKit/LayoutTests/netinfo/multiple-frames.html
@@ -53,7 +53,7 @@ function maybeFinishTest() {
connection.addEventListener('change', mainFrameListener);
childConnection.addEventListener('change', childFrameListener);
-internals.setNetworkConnectionInfo(newConnectionType, newDownlinkMax);
+internals.setNetworkConnectionInfoOverride(isTypeOnline(newConnectionType), newConnectionType, newDownlinkMax);
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698