| Index: chrome/browser/policy/policy_browsertest.cc
|
| diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
|
| index 5e9dd5e9933cefeacb47c9ee523deb723945eced..1e37143dee3daf48be5cc5561f42c0b8f6edc6d2 100644
|
| --- a/chrome/browser/policy/policy_browsertest.cc
|
| +++ b/chrome/browser/policy/policy_browsertest.cc
|
| @@ -1821,8 +1821,8 @@ IN_PROC_BROWSER_TEST_F(PolicyTest, ExtensionInstallForcelist) {
|
| extensions::ExtensionHost* extension_host =
|
| extensions::ProcessManager::Get(browser()->profile())
|
| ->GetBackgroundHostForExtension(kGoodCrxId);
|
| - base::KillProcess(extension_host->render_process_host()->GetHandle(),
|
| - content::RESULT_CODE_KILLED, false);
|
| + extension_host->render_process_host()->Shutdown(content::RESULT_CODE_KILLED,
|
| + false);
|
| extension_crashed_observer.Wait();
|
| extension_loaded_observer.Wait();
|
| }
|
|
|