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

Unified Diff: chrome/browser/notifications/balloon_collection_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/balloon_collection_impl.h
diff --git a/chrome/browser/notifications/balloon_collection_impl.h b/chrome/browser/notifications/balloon_collection_impl.h
index 45b26d0a24b37715f3c55e7fa3c997d4bb7a6db8..298875f1db5e5d66ab48a77f517492026de4f7da 100644
--- a/chrome/browser/notifications/balloon_collection_impl.h
+++ b/chrome/browser/notifications/balloon_collection_impl.h
@@ -46,7 +46,8 @@ class BalloonCollectionImpl : public BalloonCollection,
// BalloonCollection interface.
virtual void Add(const Notification& notification,
Profile* profile) OVERRIDE;
- virtual bool DoesIdExist(const std::string& id) OVERRIDE;
+ virtual bool DoesIdExist(const std::string& id,
+ Notification* matched_notification) OVERRIDE;
virtual bool RemoveById(const std::string& id) OVERRIDE;
virtual bool RemoveBySourceOrigin(const GURL& source_origin) OVERRIDE;
virtual bool RemoveByProfile(Profile* profile) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698