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

Unified Diff: components/component_updater/configurator_impl.cc

Issue 1441223002: Disable BITS downloader until stability issues due to crbug.com/475872 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/component_updater/configurator_impl.cc
diff --git a/components/component_updater/configurator_impl.cc b/components/component_updater/configurator_impl.cc
index fb8f1dbf30442176f235fdc8b983becb94b6c673..ed7daf46f9978caf7ae91387310faa369303cbee 100644
--- a/components/component_updater/configurator_impl.cc
+++ b/components/component_updater/configurator_impl.cc
@@ -109,12 +109,9 @@ ConfiguratorImpl::ConfiguratorImpl(
pings_enabled_ = !HasSwitchValue(switch_values, kSwitchDisablePings);
deltas_enabled_ = !HasSwitchValue(switch_values, kSwitchDisableDeltaUpdates);
-#if defined(OS_WIN)
- background_downloads_enabled_ =
- !HasSwitchValue(switch_values, kSwitchDisableBackgroundDownloads);
-#else
+ // Disable BITS on all platforms in all cases until crbug.com/475872 is
+ // resolved.
background_downloads_enabled_ = false;
-#endif
const std::string switch_url_source =
GetSwitchArgument(switch_values, kSwitchUrlSource);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698