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

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
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() {
Peter Beverloo 2016/04/27 21:26:58 Please remove the declaration from notification_ui
Miguel Garcia 2016/04/27 21:35:41 Done.
- return nullptr;
-}
-#endif
MessageCenterNotificationManager::MessageCenterNotificationManager(
message_center::MessageCenter* message_center,

Powered by Google App Engine
This is Rietveld 408576698