Index: third_party/WebKit/Source/web/WebDataSourceImpl.h |
diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h |
index 89a97eb655478bdb7e503cd82c216a4523e5de76..8c85256804f88d647113ff87a386bd5fb657a624 100644 |
--- a/third_party/WebKit/Source/web/WebDataSourceImpl.h |
+++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h |
@@ -69,6 +69,7 @@ public: |
ExtraData* extraData() const override; |
void setExtraData(ExtraData*) override; |
void setNavigationStartTime(double) override; |
+ double getNavigationStartTime() override; |
static WebNavigationType toWebNavigationType(NavigationType); |