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

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.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
Index: chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc b/chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc
index 9eaa15527ed31d7c5c99091b40d3056cefc10935..da0ee05b88eece4f74395170d5c5a1a92f682501 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc
+++ b/chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc
@@ -31,7 +31,7 @@ void DragBookmarks(Profile* profile,
bookmarks::BookmarkNodeData drag_data(nodes);
drag_data.Write(profile->GetPath(), &data);
- // Allow nested message loop so we get DnD events as we drag this around.
+ // Allow nested run loop so we get DnD events as we drag this around.
base::MessageLoop::ScopedNestableTaskAllower nestable_task_allower(
base::MessageLoop::current());
« no previous file with comments | « chrome/browser/ui/cocoa/bookmarks/bookmark_drag_drop_cocoa.mm ('k') | chrome/browser/ui/views/certificate_viewer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698