| Index: chrome/browser/notifications/balloon_host.h
|
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
|
| index 83dc9cca53fcdf5e5b2dc66b5fb14350dd7bc696..693b21b713c666af99adda1ac9c0b21123650076 100644
|
| --- a/chrome/browser/notifications/balloon_host.h
|
| +++ b/chrome/browser/notifications/balloon_host.h
|
| @@ -74,7 +74,7 @@ class BalloonHost : public content::WebContentsDelegate,
|
| virtual void RenderViewCreated(
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RenderViewReady() OVERRIDE;
|
| - virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE;
|
| + virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| // Message handlers
|
|
|