| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 6f9ff256ff156d5fe274f0947cf841fa9493c89b..9bdc9ea4b2923d4b34e7ae1bae82cdec10485011 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -368,7 +368,8 @@ public:
|
|
|
| // Returns the effective connection type when the frame was fetched.
|
| virtual WebEffectiveConnectionType getEffectiveConnectionType() { return WebEffectiveConnectionType::TypeUnknown; }
|
| -
|
| + virtual void setEffectiveConnectionTypeOverride(blink::WebEffectiveConnectionType) {}
|
| + virtual void clearEffectiveConnectionTypeOverride() {}
|
|
|
| // Push API ---------------------------------------------------
|
|
|
|
|