|
DefaultComponentInstaller support for bundled components.
DefaultComponentInstaller will now pick up component implementations from the plugins directory. It expects the component to have a folder in the plugins directory with the same name as we would store in USER_DATA_DIR. Unlike USER_DATA_DIR, this folder should not contain a set of versioned folders, but the unpacked contents of the CRX itself.
As a consequence of this, the installation directory of a component cannot be determined purely by PathService, so I have gone ahead and removed the relevant PathService entries.
BUG= 608128
Committed: https://crrev.com/cb4f42ca4ef394517e4f94a231ae531f331d4ca8
Cr-Commit-Position: refs/heads/master@{#393961}
Total comments: 10
Total comments: 12
Total comments: 6
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+178 lines, -116 lines) |
Patch |
 |
M |
chrome/app/chrome_main_delegate.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/caps_installer_win.cc
|
View
|
1
|
2 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/cld_component_installer.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/cld_component_installer.cc
|
View
|
1
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/cld_component_installer_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/ev_whitelist_component_installer.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/ev_whitelist_component_installer.cc
|
View
|
1
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/origin_trials_component_installer.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/origin_trials_component_installer.cc
|
View
|
1
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/sth_set_component_installer.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/sth_set_component_installer.cc
|
View
|
1
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/supervised_user_whitelist_installer.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/sw_reporter_installer_win.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component_updater/widevine_cdm_component_installer.cc
|
View
|
1
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_paths.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_paths.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/chrome_unit_test_suite.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/component_updater/component_updater_paths.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+21 lines, -14 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/component_updater_paths.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+29 lines, -22 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/default_component_installer.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/component_updater/default_component_installer.cc
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+58 lines, -23 lines |
0 comments
|
Download
|
Total messages: 44 (13 generated)
|