| Index: chrome/browser/ui/app_list/app_list_service_mac.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_mac.h b/chrome/browser/ui/app_list/app_list_service_mac.h
|
| index 52fc99119675fe082a0c2c2c87b9e93107f5b2d3..24090c855f86b738d4366f2969f8f0f4dc56134a 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_mac.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service_mac.h
|
| @@ -54,6 +54,8 @@ class AppListServiceMac : public AppListServiceImpl,
|
|
|
| void ShowWindowNearDock();
|
| void WindowAnimationDidEnd();
|
| + void InitWithProfilePath(Profile* initial_profile,
|
| + const base::FilePath& profile_path);
|
|
|
| // AppListService overrides:
|
| void Init(Profile* initial_profile) override;
|
|
|