| Index: chrome/browser/ui/zoom/zoom_controller_browsertest.cc
|
| diff --git a/chrome/browser/ui/zoom/zoom_controller_browsertest.cc b/chrome/browser/ui/zoom/zoom_controller_browsertest.cc
|
| index 4d0ffd51362cf99807cbdc350c50f998979f843c..73e0690d446eb91a6b17ddb4c254715179645123 100644
|
| --- a/chrome/browser/ui/zoom/zoom_controller_browsertest.cc
|
| +++ b/chrome/browser/ui/zoom/zoom_controller_browsertest.cc
|
| @@ -89,7 +89,7 @@ IN_PROC_BROWSER_TEST_F(ZoomControllerBrowserTest,
|
| {
|
| content::RenderProcessHostWatcher crash_observer(
|
| host, content::RenderProcessHostWatcher::WATCH_FOR_PROCESS_EXIT);
|
| - base::KillProcess(host->GetHandle(), 0, false);
|
| + host->Shutdown(0, false);
|
| crash_observer.Wait();
|
| }
|
| EXPECT_FALSE(web_contents->GetRenderViewHost()->IsRenderViewLive());
|
|
|