|
@@ -43,7 +43,7 @@ class PlatformNotificationService
|
|
|
const std::string& notification_id) override;
|
|
|
void GetDisplayedNotifications(
|
|
|
content::BrowserContext* browser_context,
|
|
|
- const DisplayedNotificationsCallback& callback) override;
|
|
|
+ DisplayedNotificationsCallback callback) override;
|
|
|
int64_t ReadNextPersistentNotificationId(
|
|
|
content::BrowserContext* browser_context) override;
|
|
|
void RecordNotificationUkmEvent(
|