| Index: chrome/browser/ui/app_list/app_list_service.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h
|
| index b8dafd3be32333c6a52cb19002f6a456834aa109..99fbd65c2898852bd407eefc5e2a47f32992500d 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service.h
|
| @@ -100,6 +100,10 @@ class AppListService {
|
| // Shows the app list, and switches to the custom launcher page.
|
| virtual void ShowForCustomLauncherPage(Profile* profile) = 0;
|
|
|
| + // Hides the custom launcher page if it is currently being shown. Does nothing
|
| + // otherwise.
|
| + virtual void HideCustomLauncherPage() = 0;
|
| +
|
| // Dismiss the app list.
|
| virtual void DismissAppList() = 0;
|
|
|
|
|