Commit 48ba2dc5 authored by Aaron Colwell's avatar Aaron Colwell Committed by Commit Bot

Remove redundant code in NavigationHandleImpl constructor.

Removes some redundant code that appears to have been as
accidentally introduced by
https://chromium-review.googlesource.com/c/chromium/src/+/1409551

Change-Id: I784b6cb91f788dfc2e2c8bd3b1e888e8b54699b2
Reviewed-on: https://chromium-review.googlesource.com/c/1433144Reviewed-by: default avatarCamille Lamy <clamy@chromium.org>
Commit-Queue: Aaron Colwell <acolwell@chromium.org>
Cr-Commit-Position: refs/heads/master@{#626282}
parent fd071e57
......@@ -199,14 +199,6 @@ NavigationHandleImpl::NavigationHandleImpl(
DCHECK(!navigation_start.is_null());
DCHECK(!IsRendererDebugURL(url));
site_url_ = SiteInstance::GetSiteForURL(frame_tree_node()
->current_frame_host()
->GetSiteInstance()
->GetBrowserContext(),
url_);
if (redirect_chain_.empty())
redirect_chain_.push_back(url);
starting_site_instance_ =
frame_tree_node()->current_frame_host()->GetSiteInstance();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment