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

Unified Diff: chrome/browser/notifications/notification_ui_manager_impl.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/notification_ui_manager_impl.h
diff --git a/chrome/browser/notifications/notification_ui_manager_impl.h b/chrome/browser/notifications/notification_ui_manager_impl.h
index f8544ea38a06e6a99b5ef47f5e6452e08ac36135..f65e3263031fa6f11a65cb785ff6b1aaba2d4332 100644
--- a/chrome/browser/notifications/notification_ui_manager_impl.h
+++ b/chrome/browser/notifications/notification_ui_manager_impl.h
@@ -34,7 +34,8 @@ class NotificationUIManagerImpl
// NotificationUIManager:
virtual void Add(const Notification& notification,
Profile* profile) OVERRIDE;
- 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