| Index: components/exo/shell_surface.h
|
| diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h
|
| index 6cdeae4e6cae093cde514dbf0f39e741257d1935..638b8b4459dcec905cac95ca78a051dcda15a0ae 100644
|
| --- a/components/exo/shell_surface.h
|
| +++ b/components/exo/shell_surface.h
|
| @@ -25,6 +25,9 @@
|
|
|
| namespace ash {
|
| class WindowResizer;
|
| +namespace mojom {
|
| +enum class WindowPinType;
|
| +}
|
| }
|
|
|
| namespace base {
|
| @@ -129,8 +132,8 @@ class ShellSurface : public SurfaceDelegate,
|
| // Set fullscreen state for shell surface.
|
| void SetFullscreen(bool fullscreen);
|
|
|
| - // Pins the shell surface. |trusted| flag is ignored when |pinned| is false.
|
| - void SetPinned(bool pinned, bool trusted);
|
| + // Pins the shell surface.
|
| + void SetPinned(ash::mojom::WindowPinType type);
|
|
|
| // Sets whether or not the shell surface should autohide the system UI.
|
| void SetSystemUiVisibility(bool autohide);
|
|
|