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

Unified Diff: ui/views/controls/menu/menu_controller.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/events/test/event_generator.h ('k') | ui/views/controls/menu/menu_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/menu/menu_controller.h
diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h
index 5b4dd9f39e5bb9a3fd3d64596d3891910d67fcc9..16ac2d4bd9c3a746d667f5c2c41e45d186e6fe61 100644
--- a/ui/views/controls/menu/menu_controller.h
+++ b/ui/views/controls/menu/menu_controller.h
@@ -308,7 +308,7 @@ class VIEWS_EXPORT MenuController
// Key processing.
void OnKeyDown(ui::KeyboardCode key_code);
- // Creates a MenuController. If |blocking| is true a nested message loop is
+ // Creates a MenuController. If |blocking| is true a nested run loop is
// started in |Run|.
MenuController(bool blocking,
internal::MenuControllerDelegate* delegate);
« no previous file with comments | « ui/events/test/event_generator.h ('k') | ui/views/controls/menu/menu_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698