diff options
Diffstat (limited to 'ash/launcher/launcher_navigator.cc')
-rw-r--r-- | ash/launcher/launcher_navigator.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ash/launcher/launcher_navigator.cc b/ash/launcher/launcher_navigator.cc index 3ae1424..f1745e0 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 |