| 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 6e766133df8e991412f8fae71676ea463e458698..dd342ed1c5f4df562be4f1d3ebfe92d9bcb928a1 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;
|
|
|