| Index: chrome/browser/notifications/notification.h
|
| diff --git a/chrome/browser/notifications/notification.h b/chrome/browser/notifications/notification.h
|
| index 9390ca2fff136ead8346201b4b10f2387367b1fd..9e10d5311bf50ee2b00c7c1d5d66b823cee38b04 100644
|
| --- a/chrome/browser/notifications/notification.h
|
| +++ b/chrome/browser/notifications/notification.h
|
| @@ -84,7 +84,6 @@ class Notification : public message_center::Notification {
|
|
|
| // Id of the delegate embedded inside this instance.
|
| std::string delegate_id() const { return delegate()->id(); }
|
| - int process_id() const { return delegate()->process_id(); }
|
|
|
| content::WebContents* GetWebContents() const {
|
| return delegate()->GetWebContents();
|
|
|