| 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 319bf1b5d42761703f8216a39bb96a57dce607ff..0df481270d7d84eadd42bfcd8e61ad9395b46563 100644
|
| --- a/ui/message_center/views/custom_notification_view.h
|
| +++ b/ui/message_center/views/custom_notification_view.h
|
| @@ -46,6 +46,7 @@ class MESSAGE_CENTER_EXPORT CustomNotificationView : public MessageView {
|
| void OnPaint(gfx::Canvas* canvas) override;
|
| bool OnKeyPressed(const ui::KeyEvent& event) override;
|
| void ChildPreferredSizeChanged(View* child) override;
|
| + bool OnMousePressed(const ui::MouseEvent& event) override;
|
|
|
| private:
|
| friend class CustomNotificationViewTest;
|
|
|