Chromium Code Reviews| Index: chrome/browser/notifications/sync_notifier/synced_notification.h |
| diff --git a/chrome/browser/notifications/sync_notifier/synced_notification.h b/chrome/browser/notifications/sync_notifier/synced_notification.h |
| index fd3ee552cec80369f6e3c9d3919cd050bef287c2..0bbcb2903ce376d7458a3f3710a02b835e26a5c9 100644 |
| --- a/chrome/browser/notifications/sync_notifier/synced_notification.h |
| +++ b/chrome/browser/notifications/sync_notifier/synced_notification.h |
| @@ -71,6 +71,7 @@ class SyncedNotification : public NotificationBitmapFetcherDelegate { |
| size_t GetButtonCount() const; |
| std::string GetContainedNotificationTitle(int index) const; |
| std::string GetContainedNotificationMessage(int index) const; |
| + std::string GetSendingServiceName() const; |
|
dewittj
2013/07/18 21:22:25
this is ambiguously named, since it's being used a
Pete Williamson
2013/07/19 18:50:13
Renamed to GetSendingServiceId()
|
| bool EqualsIgnoringReadState(const SyncedNotification& other) const; |