| 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);
|
|
|