| 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 ef0c3886d96745096de37ce65a5aca6fc62604f8..338ae65acfeab8dc6ff385f800c856ff2eb04031 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -266,9 +266,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;
|
|
|