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..fac8bf3b92f15086b981cdfd90dbdddbcbce17ed 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 getDidAccessInitialDocument() const override; |
void sendOrientationChangeEvent() override; |
void willShowInstallBannerPrompt(int requestId, const WebVector<WebString>& platforms, WebAppBannerPromptReply*) override; |
WebSandboxFlags effectiveSandboxFlags() const override; |