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

Unified Diff: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.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/Source/platform/testing/TestingPlatformSupport.h
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
index 8935c5b0798aff74fa8660f236b3c95c95fd5579..bcc2806c5bca5a823f7d48f1302dd6bcb10529c4 100644
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
@@ -91,7 +91,6 @@ class TestingPlatformMockScheduler : public WebScheduler {
void resumeTimerQueue() override {}
void addPendingNavigation(WebScheduler::NavigatingFrameType) override {}
void removePendingNavigation(WebScheduler::NavigatingFrameType) override {}
- void onNavigationStarted() override {}
private:
WTF::Deque<std::unique_ptr<WebTaskRunner::Task>> m_tasks;

Powered by Google App Engine
This is Rietveld 408576698