| 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 8fb708f2d979f82b1ae947abe1b814282b1ce947..8323fd531be259fbdfe62f2420ad63a81890a71b 100644
|
| --- a/content/browser/frame_host/navigation_request.cc
|
| +++ b/content/browser/frame_host/navigation_request.cc
|
| @@ -386,17 +386,6 @@ void NavigationRequest::BeginNavigation() {
|
| state_ = STARTED;
|
| CreateNavigationHandle();
|
|
|
| - if (nav_entry_id_) {
|
| - NavigationEntryImpl* nav_entry =
|
| - static_cast<NavigationControllerImpl*>(
|
| - frame_tree_node_->navigator()->GetController())
|
| - ->GetEntryWithUniqueID(nav_entry_id_);
|
| - if (nav_entry) {
|
| - navigation_handle_->set_base_url_for_data_url(
|
| - nav_entry->GetBaseURLForDataURL());
|
| - }
|
| - }
|
| -
|
| RenderFrameDevToolsAgentHost::OnBeforeNavigation(navigation_handle_.get());
|
|
|
| if (ShouldMakeNetworkRequestForURL(common_params_.url) &&
|
|
|