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

Unified Diff: third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h

Issue 2890173002: EQT: Record the max queueing time from navigation start to navigation away (Closed)
Patch Set: fix mock_renderer_scheduler Created 3 years, 6 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/scheduler/test/mock_renderer_scheduler.h
diff --git a/third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h b/third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h
index bd997bedf4c1f38e3cb29fdd8cbe035b68c95cc9..0a3801a2ec33ed3771c08d935685a66a0a9024f0 100644
--- a/third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h
+++ b/third_party/WebKit/public/platform/scheduler/test/mock_renderer_scheduler.h
@@ -49,6 +49,7 @@ class MockRendererScheduler : public RendererScheduler {
MOCK_METHOD1(AddPendingNavigation, void(NavigatingFrameType));
MOCK_METHOD1(RemovePendingNavigation, void(NavigatingFrameType));
MOCK_METHOD0(OnNavigationStarted, void());
+ MOCK_METHOD0(OnCommitProvisionalLoad, void());
MOCK_METHOD0(IsHighPriorityWorkAnticipated, bool());
MOCK_CONST_METHOD0(CanExceedIdleDeadlineIfRequired, bool());
MOCK_METHOD0(ShouldYieldForHighPriorityWork, bool());
« no previous file with comments | « third_party/WebKit/public/platform/scheduler/test/fake_renderer_scheduler.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698