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

Unified Diff: ui/aura/desktop.h

Issue 8343023: rename Run in MessageLoopForUI to RunWithDispatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 9 years, 2 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 | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/desktop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/desktop.h
diff --git a/ui/aura/desktop.h b/ui/aura/desktop.h
index 34e47eef4e34fc6b2bddc5e943071e998fb045a1..debf1d7007a6298d7a524e3388c0b777c9946b28 100644
--- a/ui/aura/desktop.h
+++ b/ui/aura/desktop.h
@@ -111,9 +111,9 @@ class AURA_EXPORT Desktop : public ui::CompositorDelegate,
void WindowDestroying(Window* window);
// Returns the desktop's dispatcher. The result should only be passed to
- // MessageLoopForUI::Run() or MessageLoopForUI::RunAllPendingWithDispatcher(),
- // or used to dispatch an event by |Dispatch(const NativeEvent&)| on it.
- // It must never be stored.
+ // MessageLoopForUI::RunWithDispatcher() or
+ // MessageLoopForUI::RunAllPendingWithDispatcher(), or used to dispatch
+ // an event by |Dispatch(const NativeEvent&)| on it. It must never be stored.
MessageLoop::Dispatcher* GetDispatcher();
// Add/remove observer.
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura.cc ('k') | ui/aura/desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698