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

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

Issue 2821533003: Refactor NotificationPlatformBridgeLinux (Closed)
Patch Set: fix compile errors Created 3 years, 8 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/displayed_notifications_dispatch_callback.h
diff --git a/chrome/browser/notifications/displayed_notifications_dispatch_callback.h b/chrome/browser/notifications/displayed_notifications_dispatch_callback.h
index 1186aac7e0627bde28e6e371f499d47f1014fe83..04baec27475b2df44a784691904dd07a000bfdce 100644
--- a/chrome/browser/notifications/displayed_notifications_dispatch_callback.h
+++ b/chrome/browser/notifications/displayed_notifications_dispatch_callback.h
@@ -15,4 +15,7 @@ using GetDisplayedNotificationsCallback =
base::Callback<void(std::unique_ptr<std::set<std::string>>,
bool /* supports_synchronization */)>;
+using NotificationBridgeReadyCallback =
Peter Beverloo 2017/04/26 13:53:36 micro nit: make this a public member of Notificati
Tom (Use chromium acct) 2017/04/26 17:56:53 Done.
+ base::OnceCallback<void(bool /* success */)>;
+
#endif // CHROME_BROWSER_NOTIFICATIONS_DISPLAYED_NOTIFICATIONS_DISPATCH_CALLBACK_H_

Powered by Google App Engine
This is Rietveld 408576698