Commit d134697a authored by davidben's avatar davidben Committed by Commit bot

Remove some TODOs.

No one seems to care about the RedirectInfo. Leave it alone.

BUG=

Review-Url: https://codereview.chromium.org/2855343002
Cr-Commit-Position: refs/heads/master@{#469359}
parent e7899430
......@@ -801,7 +801,6 @@ void URLRequest::NotifyReceivedRedirect(const RedirectInfo& redirect_info,
bool* defer_redirect) {
is_redirecting_ = true;
// TODO(davidben): Pass the full RedirectInfo down to MaybeInterceptRedirect?
URLRequestJob* job =
URLRequestJobManager::GetInstance()->MaybeInterceptRedirect(
this, network_delegate_, redirect_info.new_url);
......@@ -925,7 +924,6 @@ int URLRequest::Redirect(const RedirectInfo& redirect_info) {
&redirect_info.new_url.possibly_invalid_spec()));
}
// TODO(davidben): Pass the full RedirectInfo to the NetworkDelegate.
if (network_delegate_)
network_delegate_->NotifyBeforeRedirect(this, redirect_info.new_url);
......
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