Chromium Code Reviews| Index: chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
| diff --git a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
| index cc9282aa486db5f028478ca1d2aa86d4dbb9dcc0..ef87757459505776cf9d89503f88a5e6acad0c41 100644 |
| --- a/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
| +++ b/chrome/browser/ui/ash/launcher/app_window_launcher_item_controller.cc |
| @@ -144,7 +144,7 @@ base::string16 AppWindowLauncherItemController::GetTitle() { |
| bool AppWindowLauncherItemController::IsDraggable() { |
| DCHECK_EQ(TYPE_APP, type()); |
| - return CanPin(); |
| + return true; |
| } |
| bool AppWindowLauncherItemController::CanPin() const { |