| Index: chrome/browser/notifications/balloon_host.h
|
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
|
| index 06b5cdb34f820106106ac3295c60c24b3c678ad6..d95fd5d9918bfde38d966b51d4530f4e45299d36 100644
|
| --- a/chrome/browser/notifications/balloon_host.h
|
| +++ b/chrome/browser/notifications/balloon_host.h
|
| @@ -69,7 +69,7 @@ class BalloonHost : public TabContentsDelegate,
|
| // TabContentsObserver implementation:
|
| virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RenderViewReady() OVERRIDE;
|
| - virtual void RenderViewGone() OVERRIDE;
|
| + virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| // Message handlers
|
|
|