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

Unified Diff: base/message_loop/message_loop.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
« no previous file with comments | « ash/wm/toplevel_window_event_handler.h ('k') | base/message_loop/message_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/message_loop/message_loop.h
diff --git a/base/message_loop/message_loop.h b/base/message_loop/message_loop.h
index c180c2df175b075b97220383e589f50c1a93c6ea..ee93c62de06a5abcde9b3190ec6d468c3bcc9524 100644
--- a/base/message_loop/message_loop.h
+++ b/base/message_loop/message_loop.h
@@ -405,8 +405,8 @@ class BASE_EXPORT MessageLoop : public MessagePump::Delegate {
TimeTicks recent_time_;
// A queue of non-nestable tasks that we had to defer because when it came
- // time to execute them we were in a nested message loop. They will execute
- // once we're out of nested message loops.
+ // time to execute them we were in a nested run loop. They will execute
+ // once we're out of nested run loops.
TaskQueue deferred_non_nestable_work_queue_;
ObserverList<DestructionObserver> destruction_observers_;
« no previous file with comments | « ash/wm/toplevel_window_event_handler.h ('k') | base/message_loop/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698