Index: chrome/browser/notifications/balloon_host.cc |
diff --git a/chrome/browser/notifications/balloon_host.cc b/chrome/browser/notifications/balloon_host.cc |
index ee586ccf7fa507e881748885e123c173cab064e9..e476972e63eb235bbae765d258ef062ad67407fd 100644 |
--- a/chrome/browser/notifications/balloon_host.cc |
+++ b/chrome/browser/notifications/balloon_host.cc |
@@ -93,7 +93,7 @@ void BalloonHost::RenderViewReady() { |
content::NotificationService::NoDetails()); |
} |
-void BalloonHost::RenderViewGone() { |
+void BalloonHost::RenderViewGone(base::TerminationStatus status) { |
CloseContents(tab_contents_.get()); |
} |