| Index: ui/message_center/views/notification_button.cc
|
| diff --git a/ui/message_center/views/notification_button.cc b/ui/message_center/views/notification_button.cc
|
| index 26a35bfdc0662abaa20234904e6e7ab62ce6f43d..b043ba25ae9acad97c82fef54e8b1b0c66005b8a 100644
|
| --- a/ui/message_center/views/notification_button.cc
|
| +++ b/ui/message_center/views/notification_button.cc
|
| @@ -28,7 +28,6 @@ NotificationButton::NotificationButton(views::ButtonListener* listener)
|
| // background changes to show touch feedback
|
| set_background(views::Background::CreateSolidBackground(
|
| kNotificationBackgroundColor));
|
| - set_request_focus_on_press(false);
|
| set_notify_enter_exit_on_child(true);
|
| SetLayoutManager(
|
| new views::BoxLayout(views::BoxLayout::kHorizontal,
|
|
|