| 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 1126b602539f38d2982e14c6c50d9f38f66f2507..3267109b7757a32ea53e0f9ec1f245897a6277a8 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -347,6 +347,9 @@ public:
|
| void setNetworkConnectionInfoOverride(bool, const String&, double downlinkMaxMbps, ExceptionState&);
|
| void clearNetworkConnectionInfoOverride();
|
|
|
| + void setEffectiveConnectionTypeOverride(const String&, ExceptionState&);
|
| + void clearEffectiveConnectionTypeOverride();
|
| +
|
| unsigned countHitRegions(CanvasRenderingContext*);
|
|
|
| bool isInCanvasFontCache(Document*, const String&);
|
|
|