| Index: ui/views/mus/platform_window_mus.cc
|
| diff --git a/ui/views/mus/platform_window_mus.cc b/ui/views/mus/platform_window_mus.cc
|
| index 1ae09d182c134d3542b9eb0dfdeafe0a1f96e234..1c21eadd8683776456d27552805bc09805e793f4 100644
|
| --- a/ui/views/mus/platform_window_mus.cc
|
| +++ b/ui/views/mus/platform_window_mus.cc
|
| @@ -227,9 +227,6 @@ void PlatformWindowMus::OnWindowInputEvent(
|
| // It's possible dispatching the event will spin a nested message loop. Ack
|
| // the callback now, otherwise we appear unresponsive for the life of the
|
| // nested message loop.
|
| - // TODO(jamescook): Only ack the event as handled if a nested message loop
|
| - // actually starts, perhaps through an observer on MessageLoop. Otherwise
|
| - // ack the event with the actual handled state below DispatchEvent().
|
| (*ack_callback)->Run(true);
|
| ack_callback->reset();
|
| // TODO(moshayedi): Avoid cloning after updating PlatformWindowDelegate to
|
|
|