| Index: chrome/browser/chromeos/notifications/system_notification.h
|
| diff --git a/chrome/browser/chromeos/notifications/system_notification.h b/chrome/browser/chromeos/notifications/system_notification.h
|
| index 3c930babc39fd5fce013b0feb3310258e3256093..40d97dedcf73747fe4bf1c94c61e7f7902273fd2 100644
|
| --- a/chrome/browser/chromeos/notifications/system_notification.h
|
| +++ b/chrome/browser/chromeos/notifications/system_notification.h
|
| @@ -77,6 +77,7 @@ class SystemNotification : public PowerManagerClient::Observer {
|
| virtual void Close(bool by_user) OVERRIDE {}
|
| virtual void Click() OVERRIDE {}
|
| virtual std::string id() const OVERRIDE;
|
| + virtual content::RenderViewHost* GetRenderViewHost() const OVERRIDE;
|
|
|
| private:
|
| std::string id_;
|
|
|