| Index: ui/message_center/views/message_popup_collection.cc
|
| diff --git a/ui/message_center/views/message_popup_collection.cc b/ui/message_center/views/message_popup_collection.cc
|
| index 8b43c9c5f1c33b07170a2a548df25ab57962f7ca..0a2afc4caa5640e5fbf5418c1365456bc70a6c47 100644
|
| --- a/ui/message_center/views/message_popup_collection.cc
|
| +++ b/ui/message_center/views/message_popup_collection.cc
|
| @@ -122,7 +122,7 @@ void MessagePopupCollection::ClickOnNotificationButton(
|
|
|
| void MessagePopupCollection::ClickOnSettingsButton(
|
| const std::string& notification_id) {
|
| - tray_->ShowNotifierSettingsBubble();
|
| + message_center_->ClickOnSettingsButton(notification_id);
|
| }
|
|
|
| void MessagePopupCollection::UpdateNotificationSize(
|
|
|