| Index: ash/shell/app_list.cc
|
| diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
|
| index f8351532d384a5956fc608cf62d1eb18c02fc8d1..47a6374a33c9736a2100b022779be8a1ebb9f571 100644
|
| --- a/ash/shell/app_list.cc
|
| +++ b/ash/shell/app_list.cc
|
| @@ -316,8 +316,7 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
|
|
|
| virtual void Dismiss() OVERRIDE {
|
| DCHECK(ash::Shell::HasInstance());
|
| - if (Shell::GetInstance()->GetAppListTargetVisibility())
|
| - Shell::GetInstance()->ToggleAppList(NULL);
|
| + Shell::GetInstance()->DismissAppList();
|
| }
|
|
|
| virtual void ViewClosing() OVERRIDE {
|
|
|