| Index: content/browser/child_process_security_policy_browsertest.cc
|
| diff --git a/content/browser/child_process_security_policy_browsertest.cc b/content/browser/child_process_security_policy_browsertest.cc
|
| index 30d85db73b37d42551412c3bb8e59ce04117597e..3e4264dd61b2e77d055622c0e41fb17f051ce6b1 100644
|
| --- a/content/browser/child_process_security_policy_browsertest.cc
|
| +++ b/content/browser/child_process_security_policy_browsertest.cc
|
| @@ -50,7 +50,7 @@ IN_PROC_BROWSER_TEST_F(ChildProcessSecurityPolicyInProcessBrowserTest, NoLeak) {
|
| WebContents* web_contents = shell()->web_contents();
|
| web_contents->GetRenderProcessHost()->Shutdown(RESULT_CODE_KILLED, true);
|
|
|
| - web_contents->GetController().Reload(true);
|
| + web_contents->GetController().Reload(ReloadType::NORMAL, true);
|
| EXPECT_EQ(
|
| 1U,
|
| ChildProcessSecurityPolicyImpl::GetInstance()->security_state_.size());
|
|
|