| 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 4ebe99d2ff2ed00ba1964e87720e07f50a2a5541..ad40bf3040ce003dcf3975542ed023d78c289b4f 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -257,9 +257,10 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| bool isNavigationScheduledWithin(double interval) const override;
|
| void setCommittedFirstRealLoad() override;
|
| void sendOrientationChangeEvent() override;
|
| - void willShowInstallBannerPrompt(int requestId,
|
| + void willShowInstallBannerPrompt(mojo::ScopedMessagePipeHandle serviceHandle,
|
| + mojo::ScopedMessagePipeHandle eventHandle,
|
| const WebVector<WebString>& platforms,
|
| - WebAppBannerPromptReply*) override;
|
| + mojom::AppBannerPromptReply*) override;
|
| WebSandboxFlags effectiveSandboxFlags() const override;
|
| void forceSandboxFlags(WebSandboxFlags) override;
|
| void requestRunTask(WebSuspendableTask*) const override;
|
|
|