| Index: chrome/browser/notifications/desktop_notification_service.cc
|
| diff --git a/chrome/browser/notifications/desktop_notification_service.cc b/chrome/browser/notifications/desktop_notification_service.cc
|
| index ad6972793b71107fa2c37c606bd94591b8eeeac6..995c7ddac192fa03b2d2ec62ab245f1c24d4a086 100644
|
| --- a/chrome/browser/notifications/desktop_notification_service.cc
|
| +++ b/chrome/browser/notifications/desktop_notification_service.cc
|
| @@ -552,7 +552,6 @@ void DesktopNotificationService::RequestPermission(
|
| host->DesktopNotificationPermissionRequestDone(callback_context);
|
| }
|
|
|
| -#if !defined(OS_WIN)
|
| void DesktopNotificationService::ShowNotification(
|
| const Notification& notification) {
|
| GetUIManager()->Add(notification, profile_);
|
| @@ -564,7 +563,6 @@ bool DesktopNotificationService::CancelDesktopNotification(
|
| new NotificationObjectProxy(process_id, route_id, notification_id));
|
| return GetUIManager()->CancelById(proxy->id());
|
| }
|
| -#endif // OS_WIN
|
|
|
| bool DesktopNotificationService::ShowDesktopNotification(
|
| const content::ShowDesktopNotificationHostMsgParams& params,
|
|
|