Index: content/child/web_url_loader_impl.cc |
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc |
index b7ff109c8486150cf69099e5a81cb941d311d8f3..cbdb763db466788318ccd4827d1f8c4bf2cc127a 100644 |
--- a/content/child/web_url_loader_impl.cc |
+++ b/content/child/web_url_loader_impl.cc |
@@ -360,7 +360,7 @@ void WebURLLoaderImpl::Context::Start( |
if (request.reportRawHeaders()) |
load_flags |= net::LOAD_REPORT_RAW_HEADERS; |
- if (!request.allowCookies() || !request.allowStoredCredentials()) { |
+ if (!request.allowStoredCredentials()) { |
load_flags |= net::LOAD_DO_NOT_SAVE_COOKIES; |
load_flags |= net::LOAD_DO_NOT_SEND_COOKIES; |
} |