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

Unified Diff: chrome/browser/notifications/notification_ui_manager.h

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/notification_ui_manager.h
diff --git a/chrome/browser/notifications/notification_ui_manager.h b/chrome/browser/notifications/notification_ui_manager.h
index a3526cfb7351ed0888c4510239a54352ac195b8f..5986a53382aedbc80d41f721f735a8bf6aab66f5 100644
--- a/chrome/browser/notifications/notification_ui_manager.h
+++ b/chrome/browser/notifications/notification_ui_manager.h
@@ -45,14 +45,6 @@ class NotificationUIManager {
// crbug.com/530376
static NotificationUIManager* Create(PrefService* local_state);
- // Some platforms can integrate notifications with their own
- // notification center. In those cases it will return a pointer
- // to the object dealing with OS specific notifications which will
- // be owned by the caller.
- // Otherwise it will return null and chrome notifications will be
- // used instead.
- static NotificationUIManager* CreateNativeNotificationManager();
-
// Adds a notification to be displayed. Virtual for unit test override.
virtual void Add(const Notification& notification, Profile* profile) = 0;

Powered by Google App Engine
This is Rietveld 408576698