| Index: ash/launcher/launcher_navigator.cc
|
| diff --git a/ash/launcher/launcher_navigator.cc b/ash/launcher/launcher_navigator.cc
|
| index 3ae142461b915995f20bcb5a0351e9aead33a426..f1745e0002b53a7b644dff9c834886376c32bbb8 100644
|
| --- a/ash/launcher/launcher_navigator.cc
|
| +++ b/ash/launcher/launcher_navigator.cc
|
| @@ -15,7 +15,8 @@ namespace {
|
| bool ShouldSkip(ash::LauncherItemType type) {
|
| return type == ash::TYPE_APP_LIST ||
|
| type == ash::TYPE_BROWSER_SHORTCUT ||
|
| - type == ash::TYPE_APP_SHORTCUT;
|
| + type == ash::TYPE_APP_SHORTCUT ||
|
| + type == ash::TYPE_WINDOWED_APP;
|
| }
|
|
|
| } // namespace
|
|
|