| Index: ui/message_center/views/notification_view.cc
|
| diff --git a/ui/message_center/views/notification_view.cc b/ui/message_center/views/notification_view.cc
|
| index 79b7d7d8bce10055030254d7b74ed33bdd078341..21ab8a9b9ec28045012eef7d2c574b3210223869 100644
|
| --- a/ui/message_center/views/notification_view.cc
|
| +++ b/ui/message_center/views/notification_view.cc
|
| @@ -622,15 +622,6 @@ void NotificationView::RemoveNotification(const std::string& notification_id,
|
| controller_->RemoveNotification(notification_id, by_user);
|
| }
|
|
|
| -void NotificationView::DisableNotificationsFromThisSource(
|
| - const NotifierId& notifier_id) {
|
| - controller_->DisableNotificationsFromThisSource(notifier_id);
|
| -}
|
| -
|
| -void NotificationView::ShowNotifierSettingsBubble() {
|
| - controller_->ShowNotifierSettingsBubble();
|
| -}
|
| -
|
| bool NotificationView::IsExpansionNeeded(int width) {
|
| return (!is_expanded_ &&
|
| (image_view_ ||
|
|
|