Index: components/policy/core/common/cloud/external_policy_data_fetcher.cc |
diff --git a/components/policy/core/common/cloud/external_policy_data_fetcher.cc b/components/policy/core/common/cloud/external_policy_data_fetcher.cc |
index cc9bd137ee05f93d463c39761dd775843f8af892..b8403b86ea25889e4703e6a9ad88d54b6de05ad0 100644 |
--- a/components/policy/core/common/cloud/external_policy_data_fetcher.cc |
+++ b/components/policy/core/common/cloud/external_policy_data_fetcher.cc |
@@ -174,7 +174,7 @@ void ExternalPolicyDataFetcherBackend::StartJob( |
++last_fetch_id_, job->url, net::URLFetcher::GET, this); |
fetcher->SetRequestContext(request_context_.get()); |
fetcher->SetLoadFlags(net::LOAD_BYPASS_CACHE | net::LOAD_DISABLE_CACHE | |
- net::LOAD_DO_NOT_SAVE_COOKIES | net::LOAD_IS_DOWNLOAD | |
+ net::LOAD_DO_NOT_SAVE_COOKIES | |
net::LOAD_DO_NOT_SEND_COOKIES | |
net::LOAD_DO_NOT_SEND_AUTH_DATA); |
fetcher->SetAutomaticallyRetryOnNetworkChanges(3); |