Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: third_party/WebKit/public/platform/WebScheduler.h

Issue 2397753006: scheduler: Detect load RAIL mode (Closed)
Patch Set: Typo Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698