Chromium Code Reviews| 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..4793895a289f3d262cc89ef8e054558f1b75e53e 100644 |
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc |
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc |
| @@ -1881,8 +1881,7 @@ 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) |
|
flackr
2014/03/27 23:21:12
nit: This should have braces.
Mr4D (OOO till 08-26)
2014/03/27 23:24:51
Done.
|
| return i; |
| } |
| return 0; |