| Index: ash/shell/shelf_delegate_impl.h
|
| diff --git a/ash/shell/shelf_delegate_impl.h b/ash/shell/shelf_delegate_impl.h
|
| index ed6dc6d7d3cc9c1d512f690b216ab86b28eb60d3..42e05b82c38352e336f72a133660128c15c6c4bf 100644
|
| --- a/ash/shell/shelf_delegate_impl.h
|
| +++ b/ash/shell/shelf_delegate_impl.h
|
| @@ -33,6 +33,8 @@ class ShelfDelegateImpl : public ShelfDelegate {
|
| virtual bool IsAppPinned(const std::string& app_id) OVERRIDE;
|
| virtual bool CanPin() const OVERRIDE;
|
| virtual void UnpinAppWithID(const std::string& app_id) OVERRIDE;
|
| + virtual bool CanUserModifyShelfAutoHideBehavior(
|
| + aura::Window* root_window) const OVERRIDE;
|
|
|
| private:
|
| // Used to update Launcher. Owned by main.
|
|
|