Index: ash/shell/launcher_delegate_impl.cc |
diff --git a/ash/shell/launcher_delegate_impl.cc b/ash/shell/launcher_delegate_impl.cc |
index 1e14db88325974b54164456b85f7baeff9c5d988..44ef668f7fe535e8bf666495a1e1cb0679732102 100644 |
--- a/ash/shell/launcher_delegate_impl.cc |
+++ b/ash/shell/launcher_delegate_impl.cc |
@@ -87,6 +87,10 @@ bool LauncherDelegateImpl::IsAppPinned(const std::string& app_id) { |
return false; |
} |
+bool LauncherDelegateImpl::CanPin() const { |
+ return false; |
James Cook
2013/09/09 23:14:09
Should this be "true"? I think this class is used
|
+} |
+ |
void LauncherDelegateImpl::UnpinAppWithID(const std::string& app_id) { |
} |