Index: third_party/WebKit/Source/core/testing/Internals.h |
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h |
index 3c1d336ce2ae11798ccdf3d842ebf514d9fd5b61..dd066eb433effe355dd39647f2f42fda37eb9e51 100644 |
--- a/third_party/WebKit/Source/core/testing/Internals.h |
+++ b/third_party/WebKit/Source/core/testing/Internals.h |
@@ -343,10 +343,8 @@ public: |
bool ignoreLayoutWithPendingStylesheets(Document*); |
- // Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo or |
- // setNetworkStateMaxBandwidth. |
- void setNetworkStateNotifierTestOnly(bool); |
- void setNetworkConnectionInfo(const String&, double downlinkMaxMbps, ExceptionState&); |
+ void setNetworkConnectionInfoOverride(bool, const String&, double downlinkMaxMbps, ExceptionState&); |
+ void clearNetworkConnectionInfoOverride(); |
unsigned countHitRegions(CanvasRenderingContext*); |