diff options
Diffstat (limited to 'chrome/browser/notifications/desktop_notification_service.h')
-rw-r--r-- | chrome/browser/notifications/desktop_notification_service.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h index 4a651f8..c3a41f9 100644 --- a/chrome/browser/notifications/desktop_notification_service.h +++ b/chrome/browser/notifications/desktop_notification_service.h @@ -19,7 +19,6 @@ class NotificationsPrefsCache; class PrefService; class Profile; class Task; -class TabContents; // The DesktopNotificationService is an object, owned by the Profile, // which provides the creation of desktop "toasts" to web pages and workers. @@ -40,8 +39,7 @@ class DesktopNotificationService : public NotificationObserver { void RequestPermission(const GURL& origin, int process_id, int route_id, - int callback_context, - TabContents* tab); + int callback_context); // Takes a notification object and shows it in the UI. void ShowNotification(const Notification& notification); |