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

Unified Diff: ui/aura/mus/drag_drop_controller_mus.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 | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | ui/aura/mus/mus_mouse_location_updater.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/drag_drop_controller_mus.cc
diff --git a/ui/aura/mus/drag_drop_controller_mus.cc b/ui/aura/mus/drag_drop_controller_mus.cc
index 581c402701b7a8c2a9f2156cbec3ea81d5128df6..b5c41cae8809793644172335c851b701114df9ef 100644
--- a/ui/aura/mus/drag_drop_controller_mus.cc
+++ b/ui/aura/mus/drag_drop_controller_mus.cc
@@ -50,7 +50,7 @@ struct DragDropControllerMus::CurrentDragState {
// OSExchangeData supplied to StartDragAndDrop().
const ui::OSExchangeData& drag_data;
- // StartDragDrop() runs a nested message loop. This closure is used to quit
+ // StartDragDrop() runs a nested run loop. This closure is used to quit
// the run loop when the drag completes.
base::Closure runloop_quit_closure;
};
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | ui/aura/mus/mus_mouse_location_updater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698