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

Unified Diff: chrome/browser/extensions/api/notifications/extension_notification_handler.cc

Issue 2888303004: Minimize the delegate dependencies for non persistent notifications. (Closed)
Patch Set: review 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
Index: chrome/browser/extensions/api/notifications/extension_notification_handler.cc
diff --git a/chrome/browser/extensions/api/notifications/extension_notification_handler.cc b/chrome/browser/extensions/api/notifications/extension_notification_handler.cc
index 38bd2c70d956274a14e8f31af6ef3747c813fa89..5167f4cf40bfb6aeb86f13853d81ed1ed4c6b33c 100644
--- a/chrome/browser/extensions/api/notifications/extension_notification_handler.cc
+++ b/chrome/browser/extensions/api/notifications/extension_notification_handler.cc
@@ -96,10 +96,6 @@ void ExtensionNotificationHandler::OpenSettings(Profile* profile) {
NOTREACHED();
}
-void ExtensionNotificationHandler::RegisterNotification(
- const std::string& notification_id,
- NotificationDelegate* delegate) {}
-
void ExtensionNotificationHandler::SendEvent(
Profile* profile,
const std::string& extension_id,

Powered by Google App Engine
This is Rietveld 408576698