| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index ebd7dce6d4b7a66f8f7623d43587009741491488..eb87a76fd4992e74a6e8faaafb17c0d7445a3dfe 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -269,9 +269,6 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| bool isNavigationScheduledWithin(double interval) const override;
|
| void setCommittedFirstRealLoad() override;
|
| void sendOrientationChangeEvent() override;
|
| - void willShowInstallBannerPrompt(int requestId,
|
| - const WebVector<WebString>& platforms,
|
| - WebAppBannerPromptReply*) override;
|
| WebSandboxFlags effectiveSandboxFlags() const override;
|
| void forceSandboxFlags(WebSandboxFlags) override;
|
| void requestRunTask(WebSuspendableTask*) const override;
|
|
|