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

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

Issue 566093002: Remove NotificationDelegate::process_id(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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.h
diff --git a/chrome/browser/notifications/message_center_notification_manager.h b/chrome/browser/notifications/message_center_notification_manager.h
index 4347096884e7d0de89f4f4b3a975ee34a9688e85..918fb11c7222df4a3da4ec530b054eb0526e9667 100644
--- a/chrome/browser/notifications/message_center_notification_manager.h
+++ b/chrome/browser/notifications/message_center_notification_manager.h
@@ -177,10 +177,6 @@ class MessageCenterNotificationManager
Profile* profile() const { return profile_; }
const Notification& notification() const { return notification_; }
- // Returns extension_id if the notification originates from an extension,
- // empty string otherwise.
- std::string GetExtensionId();
-
// Route a new notification to an app/extension.
void AddToAlternateProvider(const std::string extension_id);

Powered by Google App Engine
This is Rietveld 408576698