| Index: components/exo/shell_surface.h
|
| diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
|
| index c22947d2e6947fd476eddfa24d8ef9b4e3b167ea..6cdeae4e6cae093cde514dbf0f39e741257d1935 100644
|
| --- a/components/exo/shell_surface.h
|
| +++ b/components/exo/shell_surface.h
|
| @@ -132,6 +132,9 @@ class ShellSurface : public SurfaceDelegate,
|
| // Pins the shell surface. |trusted| flag is ignored when |pinned| is false.
|
| void SetPinned(bool pinned, bool trusted);
|
|
|
| + // Sets whether or not the shell surface should autohide the system UI.
|
| + void SetSystemUiVisibility(bool autohide);
|
| +
|
| // Set title for surface.
|
| void SetTitle(const base::string16& title);
|
|
|
|
|