| Index: content/child/web_url_request_util.cc
|
| diff --git a/content/child/web_url_request_util.cc b/content/child/web_url_request_util.cc
|
| index 60a0f9ac3f271ceae0b1ca3720849814d9835545..145537e300d8e5409f5c8157686812f5f3e9cacb 100644
|
| --- a/content/child/web_url_request_util.cc
|
| +++ b/content/child/web_url_request_util.cc
|
| @@ -209,10 +209,6 @@ int GetLoadFlagsForWebURLRequest(const blink::WebURLRequest& request) {
|
| if (!request.allowStoredCredentials())
|
| load_flags |= net::LOAD_DO_NOT_SEND_AUTH_DATA;
|
|
|
| - if (request.requestContext() == WebURLRequest::RequestContextXMLHttpRequest &&
|
| - (url.has_username() || url.has_password())) {
|
| - load_flags |= net::LOAD_DO_NOT_PROMPT_FOR_LOGIN;
|
| - }
|
| return load_flags;
|
| }
|
|
|
|
|