Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(945)

Unified Diff: ui/message_center/fake_message_center.cc

Issue 15582004: Move NotificationDelegate into message_center. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some more cosmetic fixes. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698