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

Unified Diff: ui/events/test/event_generator.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/base/x/selection_requestor.h ('k') | ui/views/controls/menu/menu_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/test/event_generator.h
diff --git a/ui/events/test/event_generator.h b/ui/events/test/event_generator.h
index 1bd227926b902084cada49320f07198a37344423..c262dcf3ee3dcacc9e276ff99b51ebdc8010400e 100644
--- a/ui/events/test/event_generator.h
+++ b/ui/events/test/event_generator.h
@@ -90,10 +90,10 @@ class EventGeneratorDelegate {
//
// 1) If your test depends on native events (ui::Event::native_event()).
// This return is empty/NULL event with EventGenerator.
-// 2) If your test involves nested message loop, such as
+// 2) If your test involves nested run loop, such as
// menu or drag & drop. Because this class directly
// post an event to WindowEventDispatcher, this event will not be
-// handled in the nested message loop.
+// handled in the nested run loop.
// 3) Similarly, |base::MessagePumpObserver| will not be invoked.
// 4) Any other code that requires native message loops, such as
// tests for WindowTreeHostWin/WindowTreeHostX11.
« no previous file with comments | « ui/base/x/selection_requestor.h ('k') | ui/views/controls/menu/menu_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698