| Index: content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.cc b/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| index 5a8149f1f201789e2cfbfff5a5f0cf0eee3c1c9e..4039ec82fb1c4b9e2585fa2cf1dee2f40a91ba3d 100644
|
| --- a/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/test_browser_plugin_guest.cc
|
| @@ -104,14 +104,14 @@ void TestBrowserPluginGuest::WaitForDamageBufferWithSize(
|
| damage_buffer_message_loop_runner_->Run();
|
| }
|
|
|
| -void TestBrowserPluginGuest::RenderViewGone(base::TerminationStatus status) {
|
| +void TestBrowserPluginGuest::RenderProcessGone(base::TerminationStatus status) {
|
| exit_observed_ = true;
|
| if (status != base::TERMINATION_STATUS_NORMAL_TERMINATION &&
|
| status != base::TERMINATION_STATUS_STILL_RUNNING)
|
| LOG(INFO) << "Guest crashed status: " << status;
|
| if (crash_message_loop_runner_.get())
|
| crash_message_loop_runner_->Quit();
|
| - BrowserPluginGuest::RenderViewGone(status);
|
| + BrowserPluginGuest::RenderProcessGone(status);
|
| }
|
|
|
| void TestBrowserPluginGuest::OnHandleInputEvent(
|
|
|