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

Unified Diff: ui/wm/public/window_move_client.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 | « ui/views/widget/widget.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/public/window_move_client.h
diff --git a/ui/wm/public/window_move_client.h b/ui/wm/public/window_move_client.h
index 69623bcb9becd3ba41443c390e0c80c12acb9ed1..0761ec335000e8541b1e0a9462737672aefaed5a 100644
--- a/ui/wm/public/window_move_client.h
+++ b/ui/wm/public/window_move_client.h
@@ -26,7 +26,7 @@ enum WindowMoveSource {
// window moving.
class AURA_EXPORT WindowMoveClient {
public:
- // Starts a nested message loop for moving the window. |drag_offset| is the
+ // Starts a nested run loop for moving the window. |drag_offset| is the
// offset from the window origin to the cursor when the drag was started.
// Returns MOVE_SUCCESSFUL if the move has completed successfully, or
// MOVE_CANCELED otherwise.
« no previous file with comments | « ui/views/widget/widget.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698