Index: chrome/browser/chromeos/ui/app_launch_view.cc |
diff --git a/chrome/browser/chromeos/ui/app_launch_view.cc b/chrome/browser/chromeos/ui/app_launch_view.cc |
index 9975b1c4d6b3e0f7b90a67e2a9954ee2985051e9..3ea698d32f7554c020b2d2a12de0918eb134c45b 100644 |
--- a/chrome/browser/chromeos/ui/app_launch_view.cc |
+++ b/chrome/browser/chromeos/ui/app_launch_view.cc |
@@ -98,7 +98,7 @@ views::View* AppLaunchView::GetContentsView() { |
//////////////////////////////////////////////////////////////////////////////// |
// AppLaunchView, content::WebContentsObserver implementation. |
-void AppLaunchView::RenderViewGone( |
+void AppLaunchView::RenderProcessGone( |
base::TerminationStatus status) { |
LOG(ERROR) << "Splash screen terminated with status " << status; |
AppLaunchView::CloseAppLaunchSplashScreen(); |