|
Remove some dead app host code.
app_host.exe was removed in r220555. This change removes some dead code
that was left behind. Specifically:
- chrome_launcher_support no longer exposes any methods related to the
AppHost.
- Chrome's uninstall prompt no longer has a special case to handle
suppressing the "delete your profile" checkbox.
- Chrome and its installer no longer have a dependency on
launcher_support.
- The installer no longer supports installing items from the webstore.
- GetUntrustedDataValue no longer has consumers and is gone.
BUG= 297647
R=benwells@chromium.org,huangs@chromium.org,gab@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285661
Total comments: 6
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+48 lines, -394 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_browser_main_win.cc
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/uninstall_browser_prompt.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/app_list/win/app_list_service_win.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/uninstall_view.h
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/uninstall_view.cc
|
View
|
|
5 chunks |
+13 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_ui.gypi
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_installer.gypi
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/launcher_support/chrome_launcher_support.h
|
View
|
1
2
|
1 chunk |
+0 lines, -54 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/launcher_support/chrome_launcher_support.cc
|
View
|
1
2
|
7 chunks |
+16 lines, -130 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/setup/install.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/setup/install.cc
|
View
|
1
2
3
|
3 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/setup/setup_constants.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/setup/setup_constants.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/setup/setup_main.cc
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/setup/uninstall.cc
|
View
|
1
|
2 chunks |
+11 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/chrome_app_host_distribution.cc
|
View
|
|
1 chunk |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/google_update_util.h
|
View
|
1
2
3
|
2 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/google_update_util.cc
|
View
|
|
4 chunks |
+0 lines, -100 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/util_constants.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/util_constants.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|