Index: ash/test/test_shelf_delegate.h |
diff --git a/ash/test/test_shelf_delegate.h b/ash/test/test_shelf_delegate.h |
index e47545349bf787c20798b2fa2168a2d4179de511..02769651b162e753845bbfc62e73f15d97ea9e53 100644 |
--- a/ash/test/test_shelf_delegate.h |
+++ b/ash/test/test_shelf_delegate.h |
@@ -45,6 +45,8 @@ class TestShelfDelegate : public ShelfDelegate, public aura::WindowObserver { |
virtual bool CanPin() const OVERRIDE; |
virtual bool IsAppPinned(const std::string& app_id) OVERRIDE; |
virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE; |
+ virtual bool CanUserModifyShelfAutoHideBehavior( |
+ aura::Window* root_window) const OVERRIDE; |
private: |
static TestShelfDelegate* instance_; |