| Index: chrome/browser/notifications/notification_object_proxy.h
|
| diff --git a/chrome/browser/notifications/notification_object_proxy.h b/chrome/browser/notifications/notification_object_proxy.h
|
| index ea8c8ae31dfeb8c4726a584ec9a3405fd01b8e90..5660aa0a3515f7c8212e0dbd24a5354e29d60a29 100644
|
| --- a/chrome/browser/notifications/notification_object_proxy.h
|
| +++ b/chrome/browser/notifications/notification_object_proxy.h
|
| @@ -34,7 +34,6 @@ class NotificationObjectProxy
|
| virtual void Close(bool by_user) OVERRIDE;
|
| virtual void Click() OVERRIDE;
|
| virtual std::string id() const OVERRIDE;
|
| - virtual content::WebContents* GetWebContents() const OVERRIDE;
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<NotificationObjectProxy>;
|
|
|