Chromium Code Reviews| Index: chrome/browser/ui/ash/app_list/app_list_service_ash.cc |
| diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc |
| index 59f599a75d02236193745cc47178f8f7d55eda14..bf3dc2ceb42b8fe9267033ac650b342db5fe2391 100644 |
| --- a/chrome/browser/ui/ash/app_list/app_list_service_ash.cc |
| +++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.cc |
| @@ -63,6 +63,12 @@ AppListControllerDelegate* AppListServiceAsh::GetControllerDelegate() { |
| return controller_delegate_.get(); |
| } |
| +void AppListServiceAsh::DestroyAppList() { |
| + // On Ash, the app list is torn down whenever it is dismissed. So, just ensure |
|
Matt Giuca
2014/08/25 04:48:46
Nit: ". So, " -> ", so "
tapted
2014/08/25 06:17:00
Done.
|
| + // that is the case. |
|
Matt Giuca
2014/08/25 04:48:46
Nit: "that it is dismissed."
tapted
2014/08/25 06:17:00
Done.
|
| + DismissAppList(); |
| +} |
| + |
| // Windows and Linux Ash additionally supports a native UI. See |
| // app_list_service_{win,linux}.cc. |
| #if defined(OS_CHROMEOS) |