Index: third_party/WebKit/public/platform/WebScheduler.h |
diff --git a/third_party/WebKit/public/platform/WebScheduler.h b/third_party/WebKit/public/platform/WebScheduler.h |
index ff8fb425230973d634ee70713762bd40ef0336f2..88375aa0e021ac4aa9329bc28c2ca5584415a171 100644 |
--- a/third_party/WebKit/public/platform/WebScheduler.h |
+++ b/third_party/WebKit/public/platform/WebScheduler.h |
@@ -95,9 +95,6 @@ class BLINK_PLATFORM_EXPORT WebScheduler { |
// Tells the scheduler that a navigation task is no longer pending. |
virtual void removePendingNavigation(NavigatingFrameType) = 0; |
- // Tells the scheduler that an expected navigation was started. |
- virtual void onNavigationStarted() = 0; |
- |
#ifdef INSIDE_BLINK |
// Helpers for posting bound functions as tasks. |
typedef Function<void(double deadlineSeconds)> IdleTask; |