|
Componentize ComponentUpdaterConfigurator
This CL splits a cross platform subset of
ChromeComponentUpdaterConfigurator into
//components/component_updater/configurator_impl
That way the code can be shared on iOS.
This CL also provides a iOS implementation of the configurator in
//ios/chrome.
BUG= 517890
Committed: https://crrev.com/f8a881411ab905efb1405d0f915252e5df7d2a23
Cr-Commit-Position: refs/heads/master@{#344173}
Total comments: 2
Total comments: 20
Total comments: 9
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+323 lines, -347 lines) |
Patch |
|
M |
chrome/browser/component_updater/chrome_component_updater_configurator.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+25 lines, -155 lines |
0 comments
|
Download
|
|
D |
chrome/browser/component_updater/component_updater_url_constants.h
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
|
D |
chrome/browser/component_updater/component_updater_url_constants.cc
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
|
M |
chrome/browser/update_client/chrome_update_query_params_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/browser/update_client/chrome_update_query_params_delegate.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -31 lines |
0 comments
|
Download
|
|
M |
chrome/browser/update_client/chrome_update_query_params_delegate_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/component_updater.gypi
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/component_updater/BUILD.gn
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/component_updater/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A + |
components/component_updater/component_updater_url_constants.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
A + |
components/component_updater/component_updater_url_constants.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
2 comments
|
Download
|
|
A |
components/component_updater/configurator_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
|
A + |
components/component_updater/configurator_impl.cc
|
View
|
1
2
3
|
7 chunks |
+23 lines, -108 lines |
0 comments
|
Download
|
|
M |
ios/chrome/browser/DEPS
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A + |
ios/chrome/browser/component_updater/ios_component_updater_configurator.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
|
A |
ios/chrome/browser/component_updater/ios_component_updater_configurator.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+148 lines, -0 lines |
0 comments
|
Download
|
|
M |
ios/chrome/ios_chrome.gyp
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 40 (11 generated)
|