| Index: components/exo/shell_surface.cc
|
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc
|
| index 38cb702c942bd42e834801e9018e67a9c94c3fd4..7c034052e72dd8a5f67298093964bd4a31dbf8d6 100644
|
| --- a/components/exo/shell_surface.cc
|
| +++ b/components/exo/shell_surface.cc
|
| @@ -504,6 +504,13 @@ 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();
|
| +}
|
| +
|
| void ShellSurface::SetTitle(const base::string16& title) {
|
| TRACE_EVENT1("exo", "ShellSurface::SetTitle", "title",
|
| base::UTF16ToUTF8(title));
|
|
|