| Index: third_party/WebKit/Source/core/testing/Internals.idl
|
| diff --git a/third_party/WebKit/Source/core/testing/Internals.idl b/third_party/WebKit/Source/core/testing/Internals.idl
|
| index 5004e3ab8c68bec36236fcb2012b7e36e071eed9..c4321f659a34661dbe9dc7ce8bc1e6e20f4c5656 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.idl
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.idl
|
| @@ -314,6 +314,7 @@
|
|
|
| // These functions are for testing NetInfo. You must call clearNetworkConnectionInfoOverride() at the end.
|
| [RaisesException] void setNetworkConnectionInfoOverride(boolean onLine, DOMString type, double downlinkMaxMbps);
|
| + [RaisesException] void setNetworkQualityInfoOverride(EffectiveConnectionType effective_type, unsigned long transport_rtt_msec, double downlink_throughput_mbps);
|
| void clearNetworkConnectionInfoOverride();
|
|
|
| // This function is for testing HitRegions on Canvas2D.
|
|
|