| Index: chrome/browser/notifications/message_center_notification_manager.cc
|
| diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc
|
| index fb1a6c934b76f0f7b42c020c6e821ea594d1808b..030b5fa870e888dd93305050ed720fa295abe772 100644
|
| --- a/chrome/browser/notifications/message_center_notification_manager.cc
|
| +++ b/chrome/browser/notifications/message_center_notification_manager.cc
|
| @@ -153,6 +153,11 @@ void MessageCenterNotificationManager::ShowSettings(
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| +void MessageCenterNotificationManager::ShowSettingsDialog(
|
| + gfx::NativeView context) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| void MessageCenterNotificationManager::OnClicked(
|
| const std::string& notification_id) {
|
| NOTIMPLEMENTED();
|
|
|