2018-09-14 05:02:16 +00:00
|
|
|
diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
2018-09-14 18:03:43 +00:00
|
|
|
index 1c1fb59e02c8..86b87e294336 100644
|
2018-09-14 05:02:16 +00:00
|
|
|
--- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
|
|
|
+++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
2018-09-14 18:03:43 +00:00
|
|
|
@@ -1597,6 +1597,8 @@ void ResourceDispatcherHostImpl::BeginNavigationRequest(
|
2018-09-14 05:02:16 +00:00
|
|
|
!policy->IsWebSafeScheme(info.common_params.url.scheme()) &&
|
|
|
|
!is_external_protocol;
|
|
|
|
|
|
|
|
+ non_web_url_in_guest = false;
|
|
|
|
+
|
2018-09-14 18:03:43 +00:00
|
|
|
if (is_shutdown_ || non_web_url_in_guest) {
|
|
|
|
url_loader_client->OnComplete(
|
|
|
|
network::URLLoaderCompletionStatus(net::ERR_ABORTED));
|