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

Unified Diff: ash/wm/toplevel_window_event_handler.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/root_window_controller.h ('k') | base/message_loop/message_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/toplevel_window_event_handler.h
diff --git a/ash/wm/toplevel_window_event_handler.h b/ash/wm/toplevel_window_event_handler.h
index c669393b975b39e59606049afc9b6b670d2df8dd..7040d500d93e8614b3af9d7126101c37668fea4e 100644
--- a/ash/wm/toplevel_window_event_handler.h
+++ b/ash/wm/toplevel_window_event_handler.h
@@ -53,7 +53,7 @@ class ASH_EXPORT ToplevelWindowEventHandler
wm::WmToplevelWindowEventHandler wm_toplevel_window_event_handler_;
- // Are we running a nested message loop from RunMoveLoop().
+ // Are we running a nested run loop from RunMoveLoop().
bool in_move_loop_ = false;
base::WeakPtrFactory<ToplevelWindowEventHandler> weak_factory_;
« no previous file with comments | « ash/root_window_controller.h ('k') | base/message_loop/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698