Chromium Code Reviews| 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 6cd7f83a43253832ef8088591495cfeb9f0f9d92..297256ed7647ea3870f6a980ca8f7e4cb03d7d56 100644 |
| --- a/ui/message_center/views/custom_notification_view.h |
| +++ b/ui/message_center/views/custom_notification_view.h |
| @@ -34,11 +34,13 @@ class MESSAGE_CENTER_EXPORT CustomNotificationView : public MessageView { |
| void OnContentFocused(); |
| void OnContentBlured(); |
| - // Overidden from MessageView: |
| + // Overridden from MessageView: |
| void SetDrawBackgroundAsActive(bool active) override; |
| bool IsCloseButtonFocused() const override; |
| void RequestFocusOnCloseButton() override; |
| void UpdateControlButtonsVisibility() override; |
| + // views::SlideOutController::Delegate: |
|
xiyuan
2017/05/16 16:27:58
nit: insert an empty line
Eliot Courtney
2017/05/17 04:48:25
Done.
|
| + void OnSlideChanged() override; |
| // Overridden from views::View: |
| const char* GetClassName() const override; |