| Index: chrome/browser/ui/cocoa/app_list/app_list_controller_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/app_list/app_list_controller_cocoa.mm b/chrome/browser/ui/cocoa/app_list/app_list_controller_cocoa.mm
|
| index b2eb5499e1b4a58c1fdc91cd412867bfdb7b7df0..bd07dc3dea48eaf16780e839ab6c1c1c88f41ea3 100644
|
| --- a/chrome/browser/ui/cocoa/app_list/app_list_controller_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/app_list/app_list_controller_cocoa.mm
|
| @@ -67,11 +67,11 @@ void AppListController::DismissAppList() {
|
|
|
| namespace chrome {
|
|
|
| -void InitAppList() {
|
| +void InitAppList(Profile* profile) {
|
| // TODO(tapted): AppList warmup code coes here.
|
| }
|
|
|
| -void ShowAppList() {
|
| +void ShowAppList(Profile* profile) {
|
| // Create the App list.
|
| g_app_list_controller.Get().ShowAppList();
|
| }
|
|
|