| 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 a0243f857f0418843ad9e007dbaccda9721410cd..7ef5295ad2210e8ba3ada330882bbadef86a5251 100644
|
| --- a/ui/message_center/views/notification_button.cc
|
| +++ b/ui/message_center/views/notification_button.cc
|
| @@ -23,7 +23,7 @@ NotificationButton::NotificationButton(views::ButtonListener* listener)
|
| focus_painter_(views::Painter::CreateSolidFocusPainter(
|
| message_center::kFocusBorderColor,
|
| gfx::Insets(1, 2, 2, 2))) {
|
| - set_focusable(true);
|
| + SetFocusable(true);
|
| set_request_focus_on_press(false);
|
| set_notify_enter_exit_on_child(true);
|
| SetLayoutManager(
|
|
|