diff options
author | sorin <sorin@chromium.org> | 2014-09-16 14:31:07 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-16 21:31:37 +0000 |
commit | 395c2ac57fc8f5c2b5175692873a1702538cb84a (patch) | |
tree | 0798747d7280e1bf90136bbae5ab19bbb20ea2a4 /components/component_updater/default_component_installer.cc | |
parent | 159e3bbd2ae9b208691244005d705cbe29efe75f (diff) | |
download | chromium_src-395c2ac57fc8f5c2b5175692873a1702538cb84a.zip chromium_src-395c2ac57fc8f5c2b5175692873a1702538cb84a.tar.gz chromium_src-395c2ac57fc8f5c2b5175692873a1702538cb84a.tar.bz2 |
Implement support for fallback update check urls in the component updater
This allows for specifying more than one urls for update checks and pings.
The urls are then tried in the order they are specified.
BUG=413879
Review URL: https://codereview.chromium.org/565363002
Cr-Commit-Position: refs/heads/master@{#295146}
Diffstat (limited to 'components/component_updater/default_component_installer.cc')
-rw-r--r-- | components/component_updater/default_component_installer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/component_updater/default_component_installer.cc b/components/component_updater/default_component_installer.cc index e71edadc..847ce62 100644 --- a/components/component_updater/default_component_installer.cc +++ b/components/component_updater/default_component_installer.cc @@ -3,6 +3,7 @@ // found in the LICENSE file. #include "base/bind.h" +#include "base/bind_helpers.h" #include "base/files/file_enumerator.h" #include "base/files/file_path.h" #include "base/files/file_util.h" |