| 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.
|
|
|