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

Unified Diff: ui/views/controls/menu/menu_runner_impl_interface.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
Index: ui/views/controls/menu/menu_runner_impl_interface.h
diff --git a/ui/views/controls/menu/menu_runner_impl_interface.h b/ui/views/controls/menu/menu_runner_impl_interface.h
index bac3058c2386e4d5a70cb2fffdcec3bac8c58757..6a9e1f445761f8ca68f8c0724f635c0c8f4b318a 100644
--- a/ui/views/controls/menu/menu_runner_impl_interface.h
+++ b/ui/views/controls/menu/menu_runner_impl_interface.h
@@ -27,7 +27,7 @@ class MenuRunnerImplInterface {
int32_t run_types,
const base::Closure& on_menu_closed_callback);
- // Returns true if we're in a nested message loop running the menu.
+ // Returns true if we're in a nested run loop running the menu.
virtual bool IsRunning() const = 0;
// See description above class for details.
« no previous file with comments | « ui/views/controls/menu/menu_runner_impl.cc ('k') | ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698