| Index: chrome/browser/ui/app_list/app_list_service.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service.cc b/chrome/browser/ui/app_list/app_list_service.cc
|
| index 57d200363c927ea534f09f6434a6e331911d9c55..bbf09aec63bf607fb64280fe2650078d5dcd7f41 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service.cc
|
| @@ -47,6 +47,8 @@ base::FilePath AppListService::GetAppListProfilePath(
|
| return user_data_dir.AppendASCII(profile_path);
|
| }
|
|
|
| +void AppListService::ShowForSavedProfile() {}
|
| +
|
| void AppListService::ShowAppList(Profile* profile) {}
|
|
|
| void AppListService::DismissAppList() {}
|
|
|