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

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

Issue 1925803002: Rename NotificationUIManagerMac to NotificationPlatformBridgeMac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | chrome/browser/notifications/notification_platform_bridge_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/message_center_notification_manager.cc
diff --git a/chrome/browser/notifications/message_center_notification_manager.cc b/chrome/browser/notifications/message_center_notification_manager.cc
index b004ccfc3ae5db8986b5fce50c0efe89bd62748a..7e0575eaeecf657258f377f3c2da8c032aae533d 100644
--- a/chrome/browser/notifications/message_center_notification_manager.cc
+++ b/chrome/browser/notifications/message_center_notification_manager.cc
@@ -44,15 +44,6 @@
#include "ash/system/web_notification/web_notification_tray.h"
#endif
-// Mac does support native notifications and defines this method
-// in notification_ui_manager_mac.mm
-#if !defined(OS_MACOSX)
-// static
-NotificationUIManager*
-NotificationUIManager::CreateNativeNotificationManager() {
- return nullptr;
-}
-#endif
MessageCenterNotificationManager::MessageCenterNotificationManager(
message_center::MessageCenter* message_center,
« no previous file with comments | « no previous file | chrome/browser/notifications/notification_platform_bridge_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698