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

Unified Diff: chrome/browser/notifications/message_center_notification_manager.h

Issue 20136004: Allow partial update for notification update API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix trybots Created 7 years, 5 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: chrome/browser/notifications/message_center_notification_manager.h
diff --git a/chrome/browser/notifications/message_center_notification_manager.h b/chrome/browser/notifications/message_center_notification_manager.h
index 8ae5ee5d5c56aa523838b07b8fea05618c498898..16e1dd94100590dd3f9fa2a1da1d36a145a89acf 100644
--- a/chrome/browser/notifications/message_center_notification_manager.h
+++ b/chrome/browser/notifications/message_center_notification_manager.h
@@ -38,7 +38,8 @@ class MessageCenterNotificationManager
virtual ~MessageCenterNotificationManager();
// NotificationUIManager
- virtual bool DoesIdExist(const std::string& notification_id) OVERRIDE;
+ virtual bool DoesIdExist(const std::string& notification_id,
+ Notification* matched_notification) OVERRIDE;
virtual bool CancelById(const std::string& notification_id) OVERRIDE;
virtual std::set<std::string> GetAllIdsByProfileAndSourceOrigin(
Profile* profile,

Powered by Google App Engine
This is Rietveld 408576698