|
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
Committed: https://crrev.com/395c2ac57fc8f5c2b5175692873a1702538cb84a
Cr-Commit-Position: refs/heads/master@{#295146}
Total comments: 8
Total comments: 41
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+632 lines, -198 lines) |
Patch |
 |
M |
chrome/browser/component_updater/chrome_component_updater_configurator.cc
|
View
|
1
|
5 chunks |
+21 lines, -15 lines |
0 comments
|
Download
|
 |
M |
components/component_updater.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/BUILD.gn
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/component_patcher.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/component_updater_configurator.h
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/component_updater_ping_manager.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+93 lines, -86 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/component_updater_service.cc
|
View
|
1
2
3
4
|
4 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/default_component_installer.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
components/component_updater/request_sender.h
|
View
|
1
2
3
4
|
1 chunk |
+61 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/component_updater/request_sender.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/test/component_patcher_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/test/crx_downloader_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
components/component_updater/test/request_sender_unittest.cc
|
View
|
1
|
1 chunk |
+210 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/test/test_configurator.h
|
View
|
1
2
3
4
|
4 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/test/test_configurator.cc
|
View
|
1
2
3
4
|
2 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/test/update_checker_unittest.cc
|
View
|
1
2
3
4
5
6
|
9 chunks |
+29 lines, -21 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/test/url_request_post_interceptor.h
|
View
|
|
4 chunks |
+20 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/test/url_request_post_interceptor.cc
|
View
|
|
7 chunks |
+32 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/update_checker.h
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/update_checker.cc
|
View
|
1
2
3
4
|
4 chunks |
+46 lines, -35 lines |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 16 (3 generated)
|