| Index: views/controls/menu/menu_host.cc
|
| diff --git a/views/controls/menu/menu_host.cc b/views/controls/menu/menu_host.cc
|
| index 075fa82d1eda0eca549e01c7c0e5e25741f05d37..740cc81cdfd2e1bf6e2b7f963870205de695886c 100644
|
| --- a/views/controls/menu/menu_host.cc
|
| +++ b/views/controls/menu/menu_host.cc
|
| @@ -48,9 +48,6 @@ void MenuHost::ShowMenuHost(bool do_capture) {
|
| // process of showing.
|
| ignore_capture_lost_ = true;
|
| Show();
|
| -#if defined(TOUCH_UI)
|
| - Activate();
|
| -#endif
|
| if (do_capture)
|
| native_widget_private()->SetMouseCapture();
|
| ignore_capture_lost_ = false;
|
|
|