| Index: components/component_updater/configurator_impl.cc
|
| diff --git a/components/component_updater/configurator_impl.cc b/components/component_updater/configurator_impl.cc
|
| index ed7daf46f9978caf7ae91387310faa369303cbee..dea1da4d277a2bc9c9ccf5b5b46cbf37a9740652 100644
|
| --- a/components/component_updater/configurator_impl.cc
|
| +++ b/components/component_updater/configurator_impl.cc
|
| @@ -45,11 +45,6 @@ const char kSwitchUrlSource[] = "url-source";
|
| // Disables differential updates.
|
| const char kSwitchDisableDeltaUpdates[] = "disable-delta-updates";
|
|
|
| -#if defined(OS_WIN)
|
| -// Disables background downloads.
|
| -const char kSwitchDisableBackgroundDownloads[] = "disable-background-downloads";
|
| -#endif // defined(OS_WIN)
|
| -
|
| // Returns true if and only if |test| is contained in |vec|.
|
| bool HasSwitchValue(const std::vector<std::string>& vec, const char* test) {
|
| if (vec.empty())
|
|
|