| Index: chrome/browser/chromeos/notifications/system_notification.cc
|
| diff --git a/chrome/browser/chromeos/notifications/system_notification.cc b/chrome/browser/chromeos/notifications/system_notification.cc
|
| index ba01260f5b9b020f1dedf3f483969f6e7a4a2e78..efaaa1d164cc9a46b9cbc1dda5fd72e4ef983af2 100644
|
| --- a/chrome/browser/chromeos/notifications/system_notification.cc
|
| +++ b/chrome/browser/chromeos/notifications/system_notification.cc
|
| @@ -136,4 +136,9 @@ std::string SystemNotification::Delegate::id() const {
|
| return id_;
|
| }
|
|
|
| +content::RenderViewHost*
|
| +SystemNotification::Delegate::GetRenderViewHost() const {
|
| + return NULL;
|
| +}
|
| +
|
| } // namespace chromeos
|
|
|