Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
index 8935c5b0798aff74fa8660f236b3c95c95fd5579..bcc2806c5bca5a823f7d48f1302dd6bcb10529c4 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
@@ -91,7 +91,6 @@ class TestingPlatformMockScheduler : public WebScheduler { |
void resumeTimerQueue() override {} |
void addPendingNavigation(WebScheduler::NavigatingFrameType) override {} |
void removePendingNavigation(WebScheduler::NavigatingFrameType) override {} |
- void onNavigationStarted() override {} |
private: |
WTF::Deque<std::unique_ptr<WebTaskRunner::Task>> m_tasks; |