| Index: chrome/browser/notifications/desktop_notification_service.h
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.h b/chrome/browser/notifications/desktop_notification_service.h
|
| index 5e172b82cc9bcd7b710fef980a33d53530c2808b..3071045509907f0f4fb2319c7b0b2f3d5c64e8e2 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.h
|
| +++ b/chrome/browser/notifications/desktop_notification_service.h
|
| @@ -65,15 +65,6 @@ class DesktopNotificationService : public PermissionContextBase
|
| // Register profile-specific prefs of notifications.
|
| static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* prefs);
|
|
|
| - // Add a desktop notification.
|
| - static std::string AddIconNotification(const GURL& origin_url,
|
| - const base::string16& title,
|
| - const base::string16& message,
|
| - const gfx::Image& icon,
|
| - const base::string16& replace_id,
|
| - NotificationDelegate* delegate,
|
| - Profile* profile);
|
| -
|
| explicit DesktopNotificationService(Profile* profile);
|
| ~DesktopNotificationService() override;
|
|
|
|
|