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

Unified Diff: chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc

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/sync_notifier/synced_notification_unittest.cc
diff --git a/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc b/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc
index ccd6b4f81886bf6cce2601b688ae2e7216cdadc0..dd7be056d8577f2fd0a69c2a1eeb84283d65c06c 100644
--- a/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc
+++ b/chrome/browser/notifications/sync_notifier/synced_notification_unittest.cc
@@ -58,7 +58,8 @@ class StubNotificationUIManager : public NotificationUIManager {
// Returns true if any notifications match the supplied ID, either currently
// displayed or in the queue.
- virtual bool DoesIdExist(const std::string& id) OVERRIDE {
+ virtual bool DoesIdExist(const std::string& id,
+ Notification* matched_notification) OVERRIDE {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698