Index: content/public/browser/platform_notification_service.h |
diff --git a/content/public/browser/platform_notification_service.h b/content/public/browser/platform_notification_service.h |
index 7689ff65699bc9a352cb49dafb2c792460910a17..a8dcc86d4fdbbe5259a2bff1cb3e513183d38e1b 100644 |
--- a/content/public/browser/platform_notification_service.h |
+++ b/content/public/browser/platform_notification_service.h |
@@ -21,7 +21,6 @@ class GURL; |
namespace content { |
class BrowserContext; |
-class DesktopNotificationDelegate; |
struct NotificationResources; |
struct PlatformNotificationData; |
class ResourceContext; |
@@ -63,7 +62,6 @@ class CONTENT_EXPORT PlatformNotificationService { |
const GURL& origin, |
const PlatformNotificationData& notification_data, |
const NotificationResources& notification_resources, |
- std::unique_ptr<DesktopNotificationDelegate> delegate, |
base::Closure* cancel_callback) = 0; |
// Displays the persistent notification described in |notification_data| to |