Index: chrome/browser/notifications/balloon_host.cc |
diff --git a/chrome/browser/notifications/balloon_host.cc b/chrome/browser/notifications/balloon_host.cc |
index 24c39f20bc3648d1bf0285a801d2b72d49cbdaa2..5ee2ce62f06c9c512f5355bf9fe4d9788e9889f4 100644 |
--- a/chrome/browser/notifications/balloon_host.cc |
+++ b/chrome/browser/notifications/balloon_host.cc |
@@ -116,7 +116,7 @@ void BalloonHost::RenderViewReady() { |
content::NotificationService::NoDetails()); |
} |
-void BalloonHost::RenderViewGone(base::TerminationStatus status) { |
+void BalloonHost::RenderProcessGone(base::TerminationStatus status) { |
CloseContents(web_contents_.get()); |
} |