Index: ash/test/test_launcher_delegate.h |
diff --git a/ash/test/test_launcher_delegate.h b/ash/test/test_launcher_delegate.h |
index e084a1aafca198e4e1fa68aba9779ecd682f0f11..60e6d4f6c4a12c087adb0a63341d6a459757a099 100644 |
--- a/ash/test/test_launcher_delegate.h |
+++ b/ash/test/test_launcher_delegate.h |
@@ -46,6 +46,7 @@ class TestLauncherDelegate : public LauncherDelegate, |
virtual LauncherID GetLauncherIDForAppID(const std::string& app_id) OVERRIDE; |
virtual const std::string& GetAppIDForLauncherID(LauncherID id) OVERRIDE; |
virtual void PinAppWithID(const std::string& app_id) OVERRIDE; |
+ virtual bool CanPin() const OVERRIDE; |
virtual bool IsAppPinned(const std::string& app_id) OVERRIDE; |
virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE; |