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

Unified Diff: ui/aura/env.h

Issue 10479018: Add base::RunLoop and update ui_test_utils to use it to reduce flakiness (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: phajdan feedback Created 8 years, 6 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/aura/desktop/desktop_dispatcher_client.cc ('k') | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/env.h
diff --git a/ui/aura/env.h b/ui/aura/env.h
index e8e787d85f9eed63908d29a4dbde3291cfa14f48..1f9a2029a7ef0dd2a3442e4eba4daf6f74fafaea 100644
--- a/ui/aura/env.h
+++ b/ui/aura/env.h
@@ -68,9 +68,8 @@ class AURA_EXPORT Env {
CursorManager* cursor_manager() { return &cursor_manager_; }
// Returns the native event dispatcher. The result should only be passed to
- // MessageLoopForUI::RunWithDispatcher() or
- // MessageLoopForUI::RunAllPendingWithDispatcher(), or used to dispatch
- // an event by |Dispatch(const NativeEvent&)| on it. It must never be stored.
+ // base::RunLoop(dispatcher), or used to dispatch an event by
+ // |Dispatch(const NativeEvent&)| on it. It must never be stored.
#if !defined(OS_MACOSX)
MessageLoop::Dispatcher* GetDispatcher();
#endif
« no previous file with comments | « ui/aura/desktop/desktop_dispatcher_client.cc ('k') | ui/aura/test/aura_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698