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

Unified Diff: chrome/browser/notifications/sync_notifier/chrome_notifier_service.h

Issue 12717010: Widen Data Pipes and newer protobufs (Closed) Base URL: http://git.chromium.org/chromium/src.git@newProtobufs
Patch Set: Synced Notifications newer protobufs - fix mac and linux unit tests Created 7 years, 9 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/chrome_notifier_service.h
diff --git a/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h b/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h
index 4332e5110c0c6b9ba844582699a007ec1410808d..d2809a0792648cf04d66fb3bab1a1fd3ab3cd86d 100644
--- a/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h
+++ b/chrome/browser/notifications/sync_notifier/chrome_notifier_service.h
@@ -54,7 +54,7 @@ class ChromeNotifierService : public syncer::SyncableService,
// Get a pointer to a notification. ChromeNotifierService owns this pointer.
// The caller must not free it.
- notifier::SyncedNotification* FindNotificationById(const std::string& id);
+ notifier::SyncedNotification* FindNotificationByKey(const std::string& key);
// Called when we dismiss a notification.
void MarkNotificationAsDismissed(const std::string& id);

Powered by Google App Engine
This is Rietveld 408576698