| Index: ui/views/controls/combobox/combobox.cc
|
| diff --git a/ui/views/controls/combobox/combobox.cc b/ui/views/controls/combobox/combobox.cc
|
| index 6f54c920d22ca2065a14c272e297a6e2b2b13f51..30dc2cef19cf74d301390f2a0919682fa626ac4e 100644
|
| --- a/ui/views/controls/combobox/combobox.cc
|
| +++ b/ui/views/controls/combobox/combobox.cc
|
| @@ -944,11 +944,6 @@ void Combobox::OnMenuClosed(Button::ButtonState original_button_state) {
|
| if (arrow_button_)
|
| arrow_button_->SetState(original_button_state);
|
| closed_time_ = base::Time::Now();
|
| -
|
| - // Need to explicitly clear mouse handler so that events get sent
|
| - // properly after the menu finishes running. If we don't do this, then
|
| - // the first click to other parts of the UI is eaten.
|
| - SetMouseHandler(NULL);
|
| }
|
|
|
| void Combobox::OnPerformAction() {
|
|
|