| Index: third_party/WebKit/Source/web/ChromeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| index eca558047b2b4850870e36df7c89d51eec2ceafb..b9fdd2346f4286086628f95673c44774a00f47d4 100644
|
| --- a/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
|
| @@ -239,6 +239,8 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
|
|
|
| WebLocalFrameBase* GetWebLocalFrameBase(LocalFrame*) override;
|
|
|
| + WebRemoteFrameBase* GetWebRemoteFrameBase(RemoteFrame&) override;
|
| +
|
| private:
|
| explicit ChromeClientImpl(WebViewBase*);
|
|
|
|
|