Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
index b9b8ee466fdede10257c6826164bd2696d654f61..0a057e6419fe3dd666f7fde55c57f15943374d2d 100644 |
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.cc |
@@ -49,9 +49,7 @@ void AppListControllerDelegateAsh::UnpinApp(const std::string& extension_id) { |
AppListControllerDelegate::Pinnable AppListControllerDelegateAsh::GetPinnable( |
const std::string& extension_id) { |
- return ChromeLauncherController::instance()->CanPin(extension_id) |
- ? PIN_EDITABLE |
- : PIN_FIXED; |
+ return ChromeLauncherController::instance()->GetPinnable(extension_id); |
} |
void AppListControllerDelegateAsh::OnShowChildDialog() { |