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

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

Issue 2911653002: Remove unused method in the native display service (Closed)
Patch Set: Created 3 years, 7 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/native_notification_display_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/native_notification_display_service.h
diff --git a/chrome/browser/notifications/native_notification_display_service.h b/chrome/browser/notifications/native_notification_display_service.h
index b02bac986c490cf01947d7266e96a70f3ca2bec9..0ba2220f8739cc0bcae3dca93e64f1ae3f83ba30 100644
--- a/chrome/browser/notifications/native_notification_display_service.h
+++ b/chrome/browser/notifications/native_notification_display_service.h
@@ -56,10 +56,6 @@ class NativeNotificationDisplayService : public NotificationDisplayService {
// for |notification_type|.
void AddNotificationHandler(NotificationCommon::Type notification_type,
std::unique_ptr<NotificationHandler> handler);
-
- // Removes an implementation added via |AddNotificationHandler|.
- void RemoveNotificationHandler(NotificationCommon::Type notification_type);
-
private:
NotificationHandler* GetNotificationHandler(
NotificationCommon::Type notification_type);
« no previous file with comments | « no previous file | chrome/browser/notifications/native_notification_display_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698