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

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

Issue 19056002: Enable and disable Synced Notification Client Services (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Enable first synced notification service 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.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;

Powered by Google App Engine
This is Rietveld 408576698