Index: content/browser/browser_plugin/browser_plugin_embedder.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.cc b/content/browser/browser_plugin/browser_plugin_embedder.cc |
index 8f4d3fd0922b1f7c9a5ba7b9121ae401ec09c8b1..5b7f5b18965790ffe54f1c37b8c4707309a32ff4 100644 |
--- a/content/browser/browser_plugin/browser_plugin_embedder.cc |
+++ b/content/browser/browser_plugin/browser_plugin_embedder.cc |
@@ -89,7 +89,7 @@ bool BrowserPluginEmbedder::HandleKeyboardEvent( |
static_cast<WebContentsImpl*>(web_contents()), event); |
} |
-void BrowserPluginEmbedder::RenderViewGone(base::TerminationStatus status) { |
+void BrowserPluginEmbedder::RenderProcessGone(base::TerminationStatus status) { |
CleanUp(); |
} |