| Index: ash/shell/shelf_delegate_impl.cc
|
| diff --git a/ash/shell/shelf_delegate_impl.cc b/ash/shell/shelf_delegate_impl.cc
|
| index 0112009c3740ab367b1e648f64c1b72a19061941..47563572b3ad82b1aac50bc1db983df2d7fb1b60 100644
|
| --- a/ash/shell/shelf_delegate_impl.cc
|
| +++ b/ash/shell/shelf_delegate_impl.cc
|
| @@ -49,5 +49,10 @@ bool ShelfDelegateImpl::CanPin() const {
|
| void ShelfDelegateImpl::UnpinAppWithID(const std::string& app_id) {
|
| }
|
|
|
| +bool ShelfDelegateImpl::CanUserModifyShelfAutoHideBehavior(
|
| + aura::Window* root_window) const {
|
| + return true;
|
| +}
|
| +
|
| } // namespace shell
|
| } // namespace ash
|
|
|