| Index: content/browser/browser_plugin/browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| index 67e30bd770cfd84421ba1c9f9bc3089c6a691545..3d21e7ced61accfbace534255ab3099d7667f643 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -893,7 +893,7 @@ void BrowserPluginGuest::RenderViewReady() {
|
| set_hung_renderer_delay_ms(guest_hang_timeout_);
|
| }
|
|
|
| -void BrowserPluginGuest::RenderViewGone(base::TerminationStatus status) {
|
| +void BrowserPluginGuest::RenderProcessGone(base::TerminationStatus status) {
|
| int process_id = GetWebContents()->GetRenderProcessHost()->GetID();
|
| SendMessageToEmbedder(
|
| new BrowserPluginMsg_GuestGone(instance_id(), process_id, status));
|
|
|