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

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

Issue 2828913003: Replace "nested message loop" with "nested run loop" in comments. (Closed)
Patch Set: rebase 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.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate.h b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate.h
index 5d2dc5a0adc0fe7b57dc8e172c3128f72388cd24..2f4216ff039e29509908c1425da885963d465558 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/task_queue_manager_delegate.h
@@ -24,7 +24,7 @@ class PLATFORM_EXPORT TaskQueueManagerDelegate
// a nested task).
virtual bool IsNested() const = 0;
- // A NestingObserver is notified when a nested message loop begins. The
+ // A NestingObserver is notified when a nested run loop begins. The
// observers are notified before the first task is processed.
virtual void AddNestingObserver(base::RunLoop::NestingObserver* observer) = 0;

Powered by Google App Engine
This is Rietveld 408576698