| 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 db18736f5ee356986cd70bc3638c8fc22e199361..a518590229372f4f749a06350ae6ad1e8740acec 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -262,9 +262,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;
|
|
|