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

Unified Diff: chrome/browser/notifications/desktop_notification_service.cc

Issue 243703003: Removes win8_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar Created 6 years, 8 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: 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,
« no previous file with comments | « chrome/browser/net/proxy_service_factory.cc ('k') | chrome/browser/notifications/desktop_notification_service_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698