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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/test_task_time_observer.h

Issue 2788013003: Expected Queueing Time Metric ignores tasks with nested message loops. (Closed)
Patch Set: Address nits Created 3 years, 9 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/base/test_task_time_observer.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/test_task_time_observer.h b/third_party/WebKit/Source/platform/scheduler/base/test_task_time_observer.h
index f448af7492cf3e776510519bd87da9301376a995..3a10f7a16aac2b083bfd13c197b10e291689a35d 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/test_task_time_observer.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/test_task_time_observer.h
@@ -17,6 +17,7 @@ class TestTaskTimeObserver : public TaskTimeObserver {
void didProcessTask(TaskQueue* task_queue,
double start_time,
double end_time) override {}
+ void onBeginNestedMessageLoop() override {}
};
} // namespace scheduler

Powered by Google App Engine
This is Rietveld 408576698