Index: chrome/browser/notifications/notification_delegate.h |
diff --git a/chrome/browser/notifications/notification_delegate.h b/chrome/browser/notifications/notification_delegate.h |
index 3de3be6b802bd74a2fa2c5baa4a6f608e839ee7e..a8efacd287730d0db00bf311ade45c024a143218 100644 |
--- a/chrome/browser/notifications/notification_delegate.h |
+++ b/chrome/browser/notifications/notification_delegate.h |
@@ -22,9 +22,6 @@ class NotificationDelegate : public message_center::NotificationDelegate { |
// Returns unique id of the notification. |
virtual std::string id() const = 0; |
- // Returns the id of renderer process which creates the notification, or -1. |
- virtual int process_id() const; |
- |
// Returns the WebContents that generated the notification, or NULL. |
virtual content::WebContents* GetWebContents() const = 0; |