| Index: chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate.h b/chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| index 150d7c011c71c8275e3b520bbaa0ca06b6f64d5b..4fbac046709de4e8561d8f182a7b2e807ba76dc2 100644
|
| --- a/chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| +++ b/chrome/browser/ui/app_list/app_list_controller_delegate.h
|
| @@ -73,6 +73,9 @@ class AppListControllerDelegate {
|
| // Whether or not the icon indicating which user is logged in should be
|
| // visible.
|
| virtual bool ShouldShowUserIcon();
|
| +
|
| + // Shows the apps grid.
|
| + virtual void ShowAppsGrid() = 0;
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_DELEGATE_H_
|
|
|