summaryrefslogtreecommitdiffstats
path: root/ash/launcher/launcher_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/launcher/launcher_model.cc')
-rw-r--r--ash/launcher/launcher_model.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/launcher/launcher_model.cc b/ash/launcher/launcher_model.cc
index 3c1e768..f3581fe 100644
--- a/ash/launcher/launcher_model.cc
+++ b/ash/launcher/launcher_model.cc
@@ -17,6 +17,7 @@ int LauncherItemTypeToWeight(LauncherItemType type) {
case TYPE_BROWSER_SHORTCUT:
return 0;
case TYPE_APP_SHORTCUT:
+ case TYPE_WINDOWED_APP:
return 1;
case TYPE_TABBED:
case TYPE_PLATFORM_APP: