Index: chrome/browser/tab_contents/background_contents.cc |
diff --git a/chrome/browser/tab_contents/background_contents.cc b/chrome/browser/tab_contents/background_contents.cc |
index 106351c85d5655407bc1d7031603682dec90399b..f37e1b83362c7869942784692e7ae84163791910 100644 |
--- a/chrome/browser/tab_contents/background_contents.cc |
+++ b/chrome/browser/tab_contents/background_contents.cc |
@@ -110,7 +110,7 @@ void BackgroundContents::AddNewContents(WebContents* source, |
new_contents, disposition, initial_pos, user_gesture, was_blocked); |
} |
-void BackgroundContents::RenderViewGone(base::TerminationStatus status) { |
+void BackgroundContents::RenderProcessGone(base::TerminationStatus status) { |
content::NotificationService::current()->Notify( |
chrome::NOTIFICATION_BACKGROUND_CONTENTS_TERMINATED, |
content::Source<Profile>(profile_), |