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

Unified Diff: ui/aura/mus/window_tree_client.cc

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 | « ui/aura/mus/mus_mouse_location_updater.h ('k') | ui/aura/window_event_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client.cc
diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc
index 950bf1f8204a37ed0cd4ad573b30932c4480d8e3..4db2e071d2520b847efe398166b881de2cc5a802 100644
--- a/ui/aura/mus/window_tree_client.cc
+++ b/ui/aura/mus/window_tree_client.cc
@@ -108,8 +108,8 @@ class EventAckHandler : public base::RunLoop::NestingObserver {
// base::RunLoop::NestingObserver:
void OnBeginNestedRunLoop() override {
- // Acknowledge the event immediately if a nested message loop starts.
- // Otherwise we appear unresponsive for the life of the nested message loop.
+ // Acknowledge the event immediately if a nested run loop starts.
+ // Otherwise we appear unresponsive for the life of the nested run loop.
if (ack_callback_) {
ack_callback_->Run(ui::mojom::EventResult::HANDLED);
ack_callback_.reset();
« no previous file with comments | « ui/aura/mus/mus_mouse_location_updater.h ('k') | ui/aura/window_event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698