| Index: chrome/browser/notifications/platform_notification_service_impl.h
|
| diff --git a/chrome/browser/notifications/platform_notification_service_impl.h b/chrome/browser/notifications/platform_notification_service_impl.h
|
| index ce32031dc0fe318e741cf7c71f66fde9ac9a3644..e0ad4512dfd9494156d585617e346e9b01fd4ca7 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.h
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.h
|
| @@ -38,9 +38,7 @@ class PlatformNotificationServiceImpl
|
| void OnPersistentNotificationClick(
|
| content::BrowserContext* browser_context,
|
| int64_t persistent_notification_id,
|
| - const GURL& origin,
|
| - const base::Callback<void(content::PersistentNotificationStatus)>&
|
| - callback) const;
|
| + const GURL& origin) const;
|
|
|
| // Returns the Notification UI Manager through which notifications can be
|
| // displayed to the user. Can be overridden for testing.
|
|
|