| 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 593a402928cee21be11069b5d65927c8e9bf2a08..d9b16619b257885534a579ef30ad4fca4200e041 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -478,6 +478,10 @@ class Internals final : public GarbageCollected<Internals>,
|
| const String&,
|
| double downlink_max_mbps,
|
| ExceptionState&);
|
| + void setNetworkQualityInfoOverride(const String&,
|
| + unsigned long transport_rtt_msec,
|
| + double downlink_throughput_mbps,
|
| + ExceptionState&);
|
| void clearNetworkConnectionInfoOverride();
|
|
|
| unsigned countHitRegions(CanvasRenderingContext*);
|
|
|