|
Move InstallObserver::OnBeginExtensionInstall parameters to a struct
The parameters of InstallObserver::OnBeginExtensionInstall() have been
moved to a struct to allow additional parameters to be added easily
without changing the signature of the function.
BUG=None
TEST=unit_tests, browser_tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235681
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+74 lines, -87 lines) |
Patch |
 |
M |
chrome/browser/extensions/activity_log/activity_log.h
|
View
|
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service_unittest.cc
|
View
|
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/install_observer.h
|
View
|
|
2 chunks |
+17 lines, -8 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/install_observer.cc
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/install_tracker.h
|
View
|
|
2 chunks |
+1 line, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/install_tracker.cc
|
View
|
|
1 chunk |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_installer.cc
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/extension_app_model_builder.h
|
View
|
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/extension_app_model_builder.cc
|
View
|
|
1 chunk |
+8 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/recommended_apps.h
|
View
|
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/recommended_apps.cc
|
View
|
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/app_result.h
|
View
|
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/app_result.cc
|
View
|
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/webstore/webstore_result.h
|
View
|
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/webstore/webstore_result.cc
|
View
|
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|