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

Unified Diff: chrome/browser/notifications/platform_notification_service_impl.h

Issue 1127013008: Beginnings of synchronizing notifications in the notification database. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/platform_notification_service_impl.h
diff --git a/chrome/browser/notifications/platform_notification_service_impl.h b/chrome/browser/notifications/platform_notification_service_impl.h
index bfbad2d4a189280f328afe075e3c222694943021..777da49cb6e298c67dc22f0d6b0933ee32be757e 100644
--- a/chrome/browser/notifications/platform_notification_service_impl.h
+++ b/chrome/browser/notifications/platform_notification_service_impl.h
@@ -78,6 +78,9 @@ class PlatformNotificationServiceImpl
void ClosePersistentNotification(
content::BrowserContext* browser_context,
int64_t persistent_notification_id) override;
+ bool GetDisplayedPersistentNotifications(
+ content::BrowserContext* browser_context,
+ std::set<std::string>* displayed_notifications) override;
private:
friend struct DefaultSingletonTraits<PlatformNotificationServiceImpl>;

Powered by Google App Engine
This is Rietveld 408576698