| Index: chrome/browser/ui/app_list/app_list_service_impl.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_impl.h b/chrome/browser/ui/app_list/app_list_service_impl.h
|
| index b21e3a52dcba83062d988d666953b72d3f789a3e..92826fac48b9310580e0be322cceef673fb47d28 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl.h
|
| @@ -87,13 +87,7 @@ class AppListServiceImpl : public AppListService,
|
| friend class test::AppListServiceImplTestApi;
|
| static void SendAppListStats();
|
|
|
| - // Loads a profile asynchronously and calls OnProfileLoaded() when done.
|
| - void LoadProfileAsync(const base::FilePath& profile_file_path);
|
| -
|
| - // Callback for asynchronous profile load.
|
| - void OnProfileLoaded(int profile_load_sequence_id,
|
| - Profile* profile,
|
| - Profile::CreateStatus status);
|
| + std::string GetProfileName();
|
|
|
| // ProfileInfoCacheObserver overrides:
|
| void OnProfileWillBeRemoved(const base::FilePath& profile_path) override;
|
|
|