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

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: Add more tests per feedback 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..4a006fb135605cb25e76c368af58aff87ff8b9e7 100644
--- a/chrome/browser/notifications/balloon_collection_impl.h
+++ b/chrome/browser/notifications/balloon_collection_impl.h
@@ -46,7 +46,7 @@ class BalloonCollectionImpl : public BalloonCollection,
// BalloonCollection interface.
virtual void Add(const Notification& notification,
Profile* profile) OVERRIDE;
- virtual bool DoesIdExist(const std::string& id) OVERRIDE;
+ virtual const Notification* FindById(const std::string& id) const OVERRIDE;
virtual bool RemoveById(const std::string& id) OVERRIDE;
virtual bool RemoveBySourceOrigin(const GURL& source_origin) OVERRIDE;
virtual bool RemoveByProfile(Profile* profile) OVERRIDE;
« no previous file with comments | « chrome/browser/notifications/balloon_collection_base.cc ('k') | chrome/browser/notifications/balloon_collection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698