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

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

Issue 2709213005: [Mac] Add XPC alerts to GetDisplayedNotifications (Closed)
Patch Set: - Created 3 years, 10 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/message_center_display_service.h
diff --git a/chrome/browser/notifications/message_center_display_service.h b/chrome/browser/notifications/message_center_display_service.h
index 05a8fc377d6344c0d2f4a9326a968fe611e8fea1..bbe50b21775005ae41b502d5993e4c1dd71da630 100644
--- a/chrome/browser/notifications/message_center_display_service.h
+++ b/chrome/browser/notifications/message_center_display_service.h
@@ -28,6 +28,8 @@ class MessageCenterDisplayService : public NotificationDisplayService {
void Close(NotificationCommon::Type notification_type,
const std::string& notification_id) override;
bool GetDisplayed(std::set<std::string>* notifications) const override;
+ void GetDisplayedAsync(const NotificationCommon::NotificationResultCallback&
Peter Beverloo 2017/02/24 16:12:23 Did `git cl format` do this? It looks weird. I wou
Miguel Garcia 2017/03/22 22:00:06 Yes, will change it to your version anyway. On 20
+ callback) const override;
private:
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698