| Index: Source/core/testing/Internals.h
|
| diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
|
| index 9f32aa00b9394ba0681ac35e504e191678d26583..9d809e68ea3f5f9ded9259d141f0bbd1da07c800 100644
|
| --- a/Source/core/testing/Internals.h
|
| +++ b/Source/core/testing/Internals.h
|
| @@ -344,9 +344,10 @@ public:
|
|
|
| bool ignoreLayoutWithPendingStylesheets(Document*);
|
|
|
| + // Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo or
|
| + // setNetworkStateMaxBandwidth.
|
| void setNetworkStateNotifierTestOnly(bool);
|
| - // Test must call setNetworkStateNotifierTestOnly(true) before calling setNetworkConnectionInfo.
|
| - void setNetworkConnectionInfo(const String&, ExceptionState&);
|
| + void setNetworkConnectionInfo(const String&, double downlinkMaxMbps, ExceptionState&);
|
|
|
| ClientRect* boundsInViewportSpace(Element*);
|
|
|
|
|