| 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 4f0646dbe732b48106c1daf285db0c3016fe41e9..b9aa2c83008f3255185a29e5cd894816e7d954bc 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_mac.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service_mac.h
|
| @@ -64,6 +64,9 @@ class AppListServiceMac : public AppListServiceImpl,
|
| virtual Profile* GetCurrentAppListProfile() OVERRIDE;
|
| virtual void CreateShortcut() OVERRIDE;
|
|
|
| + // AppListServiceImpl overrides:
|
| + virtual void DestroyAppList() OVERRIDE;
|
| +
|
| // AppShimHandler overrides:
|
| virtual void OnShimLaunch(apps::AppShimHandler::Host* host,
|
| apps::AppShimLaunchType launch_type,
|
|
|