| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index 7c034052e72dd8a5f67298093964bd4a31dbf8d6..d7c1e13ec08b3eaf11c84c10c8cffe55ab147eed 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -507,8 +507,7 @@ void ShellSurface::SetPinned(bool pinned, bool trusted) {
|
| void ShellSurface::SetSystemUiVisibility(bool autohide) {
|
| TRACE_EVENT1("exo", "ShellSurface::SetSystemUiVisibility", "autohide",
|
| autohide);
|
| - // TODO: Implemented in next CL. crbug.com/705723
|
| - NOTIMPLEMENTED();
|
| + ash::wm::SetAutoHideShelf(widget_->GetNativeWindow(), autohide);
|
| }
|
|
|
| void ShellSurface::SetTitle(const base::string16& title) {
|
|
|