| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index 5e1a14d4fc0120a4a6dd30d6402d949c084aeb54..e219c5a1d5c7349bb1f66c50801a4502ce0ed4bc 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -243,6 +243,7 @@ public:
|
| virtual void addStyleSheetByURL(const WebString& url) override;
|
| virtual void navigateToSandboxedMarkup(const WebData& markup) override;
|
| virtual void sendOrientationChangeEvent() override;
|
| + virtual void willShowInstallBannerPrompt(const WebVector<WebString>& platforms, WebAppBannerPromptReply*) override;
|
| virtual void willShowInstallBannerPrompt(const WebString& platform, WebAppBannerPromptReply*) override;
|
| void requestRunTask(WebSuspendableTask*) const override;
|
|
|
|
|