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

Unified Diff: content/public/browser/platform_notification_service.h

Issue 2906883003: Deprecate per notification type delegates. (Closed)
Patch Set: review Created 3 years, 6 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: 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
« no previous file with comments | « content/public/browser/desktop_notification_delegate.h ('k') | content/test/mock_platform_notification_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698