|
Introduce LaunchParams struct for opening chrome apps.
This makes it easier to update the parameters used when changing how apps are launched without updating many call sites with unused parameters.
BUG=None
TEST=Covered by automated tests.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=146554
Total comments: 8
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+202 lines, -195 lines) |
Patch |
 |
M |
chrome/browser/autocomplete/extension_app_provider.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/automation/testing_automation_provider.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/background/background_mode_manager.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/file_manager_util.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/app_notification_browsertest.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_apitest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_management_api.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/platform_app_browsertest_util.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_browsertest.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/extensions/application_launch.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+30 lines, -37 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/extensions/application_launch.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+106 lines, -75 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/ash/extension_utils.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+8 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/ash/launcher/chrome_launcher_controller_browsertest.cc
|
View
|
1
|
1 chunk |
+2 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/ntp/app_launcher_handler.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+15 lines, -12 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|