| Index: ash/shelf/app_list_shelf_item_delegate.cc
|
| diff --git a/ash/shelf/app_list_shelf_item_delegate.cc b/ash/shelf/app_list_shelf_item_delegate.cc
|
| index f032d692d28fa55b3adf0832f0f321dd47cb9754..affa767b700072910c2e54af339e7cf5d28c9769 100644
|
| --- a/ash/shelf/app_list_shelf_item_delegate.cc
|
| +++ b/ash/shelf/app_list_shelf_item_delegate.cc
|
| @@ -22,9 +22,10 @@ AppListShelfItemDelegate::~AppListShelfItemDelegate() {
|
| // LauncherItemDelegateManager owns and destroys this class.
|
| }
|
|
|
| -void AppListShelfItemDelegate::ItemSelected(const ui::Event& event) {
|
| +bool AppListShelfItemDelegate::ItemSelected(const ui::Event& event) {
|
| // Pass NULL here to show the app list in the currently active RootWindow.
|
| Shell::GetInstance()->ToggleAppList(NULL);
|
| + return false;
|
| }
|
|
|
| base::string16 AppListShelfItemDelegate::GetTitle() {
|
|
|