| 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.
|
|
|