Index: ash/launcher/launcher_model.cc |
diff --git a/ash/launcher/launcher_model.cc b/ash/launcher/launcher_model.cc |
index 3c1e768f2748e3625aa3ed873af27346eecc0f9c..f3581fe462058b11d06e44066d662b6a3c95e653 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: |