Chromium Code Reviews| Index: components/exo/shell_surface.cc |
| diff --git a/components/exo/shell_surface.cc b/components/exo/shell_surface.cc |
| index 38cb702c942bd42e834801e9018e67a9c94c3fd4..f44c34e4918f2290945e61ab2bb8524e5d42a6f2 100644 |
| --- a/components/exo/shell_surface.cc |
| +++ b/components/exo/shell_surface.cc |
| @@ -504,6 +504,11 @@ void ShellSurface::SetPinned(bool pinned, bool trusted) { |
| } |
| } |
| +void ShellSurface::SetAutohideShelf(bool autohide) { |
| + TRACE_EVENT1("exo", "ShellSurface::SetAutohideShelf", "autohide", autohide); |
| + // TODO: Implemented in next CL. |
|
reveman
2017/03/28 16:17:03
crbug? please add a NOTIMPLEMENTED() statement her
yorkelee
2017/03/28 17:33:26
Done.
|
| +} |
| + |
| void ShellSurface::SetTitle(const base::string16& title) { |
| TRACE_EVENT1("exo", "ShellSurface::SetTitle", "title", |
| base::UTF16ToUTF8(title)); |