|
Remove HostDesktopType from AppLaunchParams
This one is a bit subtle. The two removed "helper" AppLaunchParams
constructors were using HostDesktopType as an unrelated boolean to
choose one or the other of the two constructors (unrelated to the actual
value of HostDesktopType).
I pulled those two out and had them use the now-single constructor, and
tried to give the two names that made some sense according to their
comments.
R=benwells@chromium.org, sky@chromium.org
BUG= 558054, 587387, 586862
Committed: https://crrev.com/74deaca32d2f31b93fb799062a62d77eba28e516
Cr-Commit-Position: refs/heads/master@{#381770}
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+66 lines, -106 lines) |
Patch |
 |
M |
chrome/browser/apps/app_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/app_browsertest_util.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/background/background_mode_manager.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/arc/arc_auth_service.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/app_list_controller_delegate_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/chrome_pages.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/extensions/app_launch_params.h
|
View
|
1
2
3
4
|
4 chunks |
+17 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/extensions/app_launch_params.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+23 lines, -37 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/app_launcher_handler.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 16 (7 generated)
|