| 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 6373a1167a0d0de2d24bdbf76c9a7034e71e27a0..0838007cce6858a157d74f8fa083d1cfcced1b9f 100644
|
| --- a/chrome/browser/notifications/notification_object_proxy.h
|
| +++ b/chrome/browser/notifications/notification_object_proxy.h
|
| @@ -27,6 +27,7 @@ class NotificationObjectProxy
|
| virtual void Close(bool by_user) OVERRIDE;
|
| virtual void Click() OVERRIDE;
|
| virtual std::string id() const OVERRIDE;
|
| + virtual content::RenderViewHost* GetRenderViewHost() const OVERRIDE;
|
|
|
| protected:
|
| friend class base::RefCountedThreadSafe<NotificationObjectProxy>;
|
|
|