Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7640)

Unified Diff: chrome/browser/supervised_user/experimental/supervised_user_blacklist_downloader.cc

Issue 1045593002: Remove LOAD_IS_DOWNLOAD network load flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/policy/core/common/cloud/external_policy_data_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/supervised_user/experimental/supervised_user_blacklist_downloader.cc
diff --git a/chrome/browser/supervised_user/experimental/supervised_user_blacklist_downloader.cc b/chrome/browser/supervised_user/experimental/supervised_user_blacklist_downloader.cc
index 1d96d8b64c92595bf4b59366082b6dc9bd79b391..6b602e1085fc814799546e9160ef09fd5a1751ff 100644
--- a/chrome/browser/supervised_user/experimental/supervised_user_blacklist_downloader.cc
+++ b/chrome/browser/supervised_user/experimental/supervised_user_blacklist_downloader.cc
@@ -28,8 +28,7 @@ SupervisedUserBlacklistDownloader::SupervisedUserBlacklistDownloader(
weak_ptr_factory_(this) {
fetcher_->SetRequestContext(request_context);
fetcher_->SetLoadFlags(net::LOAD_DO_NOT_SEND_COOKIES |
- net::LOAD_DO_NOT_SAVE_COOKIES |
- net::LOAD_IS_DOWNLOAD);
+ net::LOAD_DO_NOT_SAVE_COOKIES);
fetcher_->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
fetcher_->SaveResponseToFileAtPath(
path,
« no previous file with comments | « no previous file | components/policy/core/common/cloud/external_policy_data_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698