diff options
Diffstat (limited to 'ash/shell/launcher_delegate_impl.h')
-rw-r--r-- | ash/shell/launcher_delegate_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ash/shell/launcher_delegate_impl.h b/ash/shell/launcher_delegate_impl.h index 754ee69..4788029 100644 --- a/ash/shell/launcher_delegate_impl.h +++ b/ash/shell/launcher_delegate_impl.h @@ -42,6 +42,7 @@ class LauncherDelegateImpl : public ash::LauncherDelegate { virtual bool IsPerAppLauncher() OVERRIDE; virtual LauncherID GetLauncherIDForAppID(const std::string& app_id) OVERRIDE; virtual void PinAppWithID(const std::string& app_id) OVERRIDE; + virtual bool IsAppPinned(const std::string& app_id) OVERRIDE; virtual void UnpinAppsWithID(const std::string& app_id) OVERRIDE; private: |