| 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 ad03c18e8b05ce63863ce7bbe9848bb898187636..bd286b6ddc8e9ea0b2570f8e5ba13789c774538a 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
|
| @@ -8,7 +8,6 @@
|
|
|
| #include "ash/wm/window_util.h"
|
| #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
|
| -#include "chrome/browser/ui/ash/launcher/chrome_launcher_controller_util.h"
|
| #include "chrome/browser/ui/ash/launcher/launcher_controller_helper.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/window.h"
|
| @@ -136,11 +135,6 @@ base::string16 AppWindowLauncherItemController::GetTitle() {
|
| app_id());
|
| }
|
|
|
| -bool AppWindowLauncherItemController::CanPin() const {
|
| - return GetPinnableForAppID(app_id(), launcher_controller()->profile()) ==
|
| - AppListControllerDelegate::PIN_EDITABLE;
|
| -}
|
| -
|
| void AppWindowLauncherItemController::OnWindowPropertyChanged(
|
| aura::Window* window,
|
| const void* key,
|
|
|