| 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 6baeeda1d44bae1cbb33237a70b02f4d0d2a8609..8a8d9147b6e5248cc2950ceba9d4339ab831cad3 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -216,6 +216,7 @@ public:
|
| bool isLoading() const override;
|
| bool isNavigationScheduledWithin(double interval) const override;
|
| void setCommittedFirstRealLoad() override;
|
| + bool hasAccessedInitialDocument() const override;
|
| void sendOrientationChangeEvent() override;
|
| void willShowInstallBannerPrompt(int requestId, const WebVector<WebString>& platforms, WebAppBannerPromptReply*) override;
|
| WebSandboxFlags effectiveSandboxFlags() const override;
|
|
|