| Index: ui/message_center/views/message_list_view.h
|
| diff --git a/ui/message_center/views/message_list_view.h b/ui/message_center/views/message_list_view.h
|
| index 2909f204f15c1b4b8be3acae63592494b8cad47a..1007af3a000813871c7f61f91c487aa3e42bd4f5 100644
|
| --- a/ui/message_center/views/message_list_view.h
|
| +++ b/ui/message_center/views/message_list_view.h
|
| @@ -46,7 +46,7 @@ class MessageListView : public views::View,
|
| void UpdateNotification(MessageView* view, const Notification& notification);
|
| void SetRepositionTarget(const gfx::Rect& target_rect);
|
| void ResetRepositionSession();
|
| - void ClearAllNotifications(const gfx::Rect& visible_scroll_rect);
|
| + void ClearAllClosableNotifications(const gfx::Rect& visible_scroll_rect);
|
|
|
| MESSAGE_CENTER_EXPORT void SetRepositionTargetForTest(
|
| const gfx::Rect& target_rect);
|
|
|