| Index: ui/message_center/views/custom_notification_view.h
|
| diff --git a/ui/message_center/views/custom_notification_view.h b/ui/message_center/views/custom_notification_view.h
|
| index ff9d2a7240f5a8f29dfd6b950d1ce14d9adb9edb..fd8b7600d26b967e395f7816c33be76184f420af 100644
|
| --- a/ui/message_center/views/custom_notification_view.h
|
| +++ b/ui/message_center/views/custom_notification_view.h
|
| @@ -40,6 +40,7 @@ class MESSAGE_CENTER_EXPORT CustomNotificationView : public MessageView {
|
| bool HasFocus() const override;
|
| void RequestFocus() override;
|
| void OnPaint(gfx::Canvas* canvas) override;
|
| + bool OnKeyPressed(const ui::KeyEvent& event) override;
|
|
|
| private:
|
| friend class CustomNotificationViewTest;
|
|
|