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..318056b6e212830acf5c4e07c068c9a770fcc8f1 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 GetSendingServiceId() const; |
bool EqualsIgnoringReadState(const SyncedNotification& other) const; |