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

Unified Diff: third_party/WebKit/Source/platform/scheduler/base/task_time_observer.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_time_observer.h
diff --git a/third_party/WebKit/Source/platform/scheduler/base/task_time_observer.h b/third_party/WebKit/Source/platform/scheduler/base/task_time_observer.h
index 34ab845348031651e496d3568ff6244ede303e59..50db881354251be741b2fb0b247575623f98b6f0 100644
--- a/third_party/WebKit/Source/platform/scheduler/base/task_time_observer.h
+++ b/third_party/WebKit/Source/platform/scheduler/base/task_time_observer.h
@@ -32,7 +32,7 @@ class PLATFORM_EXPORT TaskTimeObserver {
double start_time,
double end_time) = 0;
- // Callback to be called when we enter a nested message loop.
+ // Callback to be called when we enter a nested run loop.
virtual void OnBeginNestedRunLoop() = 0;
private:

Powered by Google App Engine
This is Rietveld 408576698