Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc |
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc |
index 7dd041107b0d4baca8e89f43074dd030524da2d9..9cf51ae3ffadedf615618c7aafcdd49e43fb3b88 100644 |
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc |
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc |
@@ -1881,9 +1881,9 @@ int ChromeLauncherController::FindInsertionPoint(bool is_app_list) { |
ash::ShelfItemType type = model_->items()[i].type; |
if (type == ash::TYPE_APP_SHORTCUT || |
((is_app_list || alternate) && type == ash::TYPE_APP_LIST) || |
- type == ash::TYPE_BROWSER_SHORTCUT || |
- type == ash::TYPE_WINDOWED_APP) |
+ type == ash::TYPE_BROWSER_SHORTCUT) { |
return i; |
+ } |
} |
return 0; |
} |