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

Unified Diff: third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h

Issue 2397753006: scheduler: Detect load RAIL mode (Closed)
Patch Set: Rebased 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/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,

Powered by Google App Engine
This is Rietveld 408576698