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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate_for_test.cc

Issue 2818533003: Make nesting/running states a RunLoop rather than a MessageLoop concept. (Closed)
Patch Set: still need to check MessageLoop::current() in Mojo's RunLoopNestingObserver::GetForThread() Created 3 years, 7 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/task_queue_manager_delegate_for_test.cc
diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate_for_test.cc b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate_for_test.cc
index b22d977dae119b5db3dc1f7aebd921e228afe80d..46565d1946ae30be20c7a17e57d7db75cbdc21da 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate_for_test.cc
+++ b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate_for_test.cc
@@ -52,10 +52,10 @@ bool TaskQueueManagerDelegateForTest::IsNested() const {
}
void TaskQueueManagerDelegateForTest::AddNestingObserver(
- base::MessageLoop::NestingObserver* observer) {}
+ base::RunLoop::NestingObserver* observer) {}
void TaskQueueManagerDelegateForTest::RemoveNestingObserver(
- base::MessageLoop::NestingObserver* observer) {}
+ base::RunLoop::NestingObserver* observer) {}
base::TimeTicks TaskQueueManagerDelegateForTest::NowTicks() {
return time_source_->NowTicks();

Powered by Google App Engine
This is Rietveld 408576698