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

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

Issue 2821533003: Refactor NotificationPlatformBridgeLinux (Closed)
Patch Set: final comments 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/stub_notification_platform_bridge.h
diff --git a/chrome/browser/notifications/stub_notification_platform_bridge.h b/chrome/browser/notifications/stub_notification_platform_bridge.h
index 82dc69103c04e46e86cf9bbe8f800bd08630aaf3..ecb4287461b95104f43754c76ebf33c7f44b33a5 100644
--- a/chrome/browser/notifications/stub_notification_platform_bridge.h
+++ b/chrome/browser/notifications/stub_notification_platform_bridge.h
@@ -37,6 +37,7 @@ class StubNotificationPlatformBridge : public NotificationPlatformBridge {
const std::string& profile_id,
bool incognito,
const GetDisplayedNotificationsCallback& callback) const override;
+ void SetReadyCallback(NotificationBridgeReadyCallback callback) override;
private:
// Map of profile Ids to list of notifications shown for said profile.

Powered by Google App Engine
This is Rietveld 408576698