| Index: chrome/browser/ui/views/notifications/balloon_view_host.cc
|
| diff --git a/chrome/browser/ui/views/notifications/balloon_view_host.cc b/chrome/browser/ui/views/notifications/balloon_view_host.cc
|
| index 24a7fe2532311f9bde302c8c1402cef2fe821da1..ddc59c8ddeeb161b975cb1c18058737c04001c43 100644
|
| --- a/chrome/browser/ui/views/notifications/balloon_view_host.cc
|
| +++ b/chrome/browser/ui/views/notifications/balloon_view_host.cc
|
| @@ -90,3 +90,7 @@ void BalloonViewHost::InitRenderWidgetHostView() {
|
| NOTIMPLEMENTED();
|
| #endif
|
| }
|
| +
|
| +RenderWidgetHostView* BalloonViewHost::render_widget_host_view() const {
|
| + return render_widget_host_view_;
|
| +}
|
|
|