| Index: chrome/browser/ui/ash/app_list/app_list_service_ash.cc
|
| ===================================================================
|
| --- chrome/browser/ui/ash/app_list/app_list_service_ash.cc (revision 250531)
|
| +++ chrome/browser/ui/ash/app_list/app_list_service_ash.cc (working copy)
|
| @@ -35,8 +35,7 @@
|
| virtual void ShowForProfile(Profile* default_profile) OVERRIDE;
|
| virtual bool IsAppListVisible() const OVERRIDE;
|
| virtual void DismissAppList() OVERRIDE;
|
| - virtual void EnableAppList(Profile* initial_profile,
|
| - AppListEnableSource enable_source) OVERRIDE;
|
| + virtual void EnableAppList(Profile* initial_profile) OVERRIDE;
|
| virtual gfx::NativeWindow GetAppListWindow() OVERRIDE;
|
| virtual Profile* GetCurrentAppListProfile() OVERRIDE;
|
| virtual AppListControllerDelegate* GetControllerDelegate() OVERRIDE;
|
| @@ -77,8 +76,7 @@
|
| ash::Shell::GetInstance()->ToggleAppList(NULL);
|
| }
|
|
|
| -void AppListServiceAsh::EnableAppList(Profile* initial_profile,
|
| - AppListEnableSource enable_source) {}
|
| +void AppListServiceAsh::EnableAppList(Profile* initial_profile) {}
|
|
|
| gfx::NativeWindow AppListServiceAsh::GetAppListWindow() {
|
| if (ash::Shell::HasInstance())
|
|
|