Index: third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h |
diff --git a/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h b/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h |
index 9532a65c13341624d8b0fc3a7b97cf86083745eb..49992051c1942f1a1d68a5efb8b0d58f8f7b1cfc 100644 |
--- a/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h |
+++ b/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h |
@@ -46,7 +46,6 @@ class BLINK_PLATFORM_EXPORT WebSchedulerImpl : public WebScheduler { |
void addPendingNavigation(WebScheduler::NavigatingFrameType type) override {} |
void removePendingNavigation( |
WebScheduler::NavigatingFrameType type) override {} |
- void onNavigationStarted() override {} |
alex clarke (OOO till 29th)
2016/10/11 10:32:50
Hmm looks like we never got round to using that.
Sami
2016/10/12 04:21:40
IIRC we speculatively added this for doing load ti
|
private: |
static void runIdleTask(std::unique_ptr<WebThread::IdleTask> task, |