| Index: content/browser/frame_host/navigation_request.cc
|
| diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc
|
| index 61ee436568545c0c9496d2c10deede33d92c12d4..ad1b6c07ee7f249c954f06ab208aaa5b312c7fea 100644
|
| --- a/content/browser/frame_host/navigation_request.cc
|
| +++ b/content/browser/frame_host/navigation_request.cc
|
| @@ -729,6 +729,8 @@ void NavigationRequest::OnStartChecksComplete(
|
| : frame_tree_node_->current_frame_host();
|
| DCHECK(navigating_frame_host);
|
|
|
| + navigation_handle_->SetExpectedProcess(navigating_frame_host->GetProcess());
|
| +
|
| BrowserContext* browser_context =
|
| frame_tree_node_->navigator()->GetController()->GetBrowserContext();
|
| StoragePartition* partition = BrowserContext::GetStoragePartition(
|
|
|