| Index: ui/message_center/fake_message_center.cc
|
| diff --git a/ui/message_center/fake_message_center.cc b/ui/message_center/fake_message_center.cc
|
| index de58281659777cf09ffb946c96e8cfdab0f80dd2..6e7fc74f54097e2fcfd495404c8d6d8c6750de9b 100644
|
| --- a/ui/message_center/fake_message_center.cc
|
| +++ b/ui/message_center/fake_message_center.cc
|
| @@ -58,8 +58,8 @@ void FakeMessageCenter::AddNotification(
|
| const string16& message,
|
| const string16& display_source,
|
| const std::string& extension_id,
|
| - const base::DictionaryValue* optional_fields) {
|
| -}
|
| + const base::DictionaryValue* optional_fields,
|
| + NotificationDelegate* delegate) {}
|
|
|
| void FakeMessageCenter::UpdateNotification(
|
| const std::string& old_id,
|
|
|