Index: ash/shell/launcher_delegate_impl.h |
diff --git a/ash/shell/launcher_delegate_impl.h b/ash/shell/launcher_delegate_impl.h |
index d6945d7c0217cbf4f36d37e3367de965e0a6e0e4..b6f76584b9d5827f8427ed16cfaf99b91654cb69 100644 |
--- a/ash/shell/launcher_delegate_impl.h |
+++ b/ash/shell/launcher_delegate_impl.h |
@@ -34,6 +34,7 @@ class LauncherDelegateImpl : public ash::LauncherDelegate, |
virtual const std::string& GetAppIDForLauncherID(LauncherID id) OVERRIDE; |
virtual void PinAppWithID(const std::string& app_id) OVERRIDE; |
virtual bool IsAppPinned(const std::string& app_id) OVERRIDE; |
+ virtual bool CanPin() const OVERRIDE; |
virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE; |
// LauncherItemDelegate overrides: |