| Index: chrome/browser/ui/app_list/app_list_service_impl.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_impl.cc b/chrome/browser/ui/app_list/app_list_service_impl.cc
|
| index 9d7d3c680076e6246188b0371a249b13605bb015..6144200e18789bc8beea310aa1cc0dcc0683085e 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl.cc
|
| @@ -160,6 +160,11 @@ void AppListServiceImpl::SetAppListProfile(
|
| ShowAppList(profile);
|
| }
|
|
|
| +void AppListServiceImpl::ShowForSavedProfile() {
|
| + SetAppListProfile(GetAppListProfilePath(
|
| + g_browser_process->profile_manager()->user_data_dir()));
|
| +}
|
| +
|
| Profile* AppListServiceImpl::GetCurrentAppListProfile() {
|
| return profile();
|
| }
|
|
|