| Index: chrome/browser/notifications/balloon_host.h
|
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
|
| index 521d8980295c554d66060e9ea196c6889fcd6188..c267bc4cf36b94383e85a255ec1315fe5083b623 100644
|
| --- a/chrome/browser/notifications/balloon_host.h
|
| +++ b/chrome/browser/notifications/balloon_host.h
|
| @@ -40,6 +40,7 @@ class BalloonHost : public RenderViewHostDelegate,
|
| // TODO(aa): Should this return the native view of the BalloonView*?
|
| return NULL;
|
| }
|
| + virtual TabContents* associated_tab_contents() { return NULL; }
|
|
|
| RenderViewHost* render_view_host() const { return render_view_host_; }
|
|
|
|
|