| Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| index d54daaaf746fbd5a2a6a3fed6f48fa6960c3e6ca..711a9f9cf897129d9e630d59f9c9bad1c7bf6063 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -466,11 +466,6 @@ bool DocumentLoader::RedirectReceived(
|
| const KURL& request_url = request_.Url();
|
| RefPtr<SecurityOrigin> redirecting_origin =
|
| SecurityOrigin::Create(redirect_response.Url());
|
| - if (!redirecting_origin->CanDisplay(request_url)) {
|
| - FrameLoader::ReportLocalLoadFailed(frame_, request_url.GetString());
|
| - fetcher_->StopFetching();
|
| - return false;
|
| - }
|
| if (GetFrameLoader().ShouldContinueForRedirectNavigationPolicy(
|
| request_, SubstituteData(), this, kCheckContentSecurityPolicy,
|
| navigation_type_, kNavigationPolicyCurrentTab, load_type_,
|
|
|