Chromium Code Reviews| Index: components/exo/shell_surface.h |
| diff --git a/components/exo/shell_surface.h b/components/exo/shell_surface.h |
| index 1c7e3072d1045684ff0c92d207664547205a4651..51a1e64366735add4367e94598e7f1e4ee222c29 100644 |
| --- a/components/exo/shell_surface.h |
| +++ b/components/exo/shell_surface.h |
| @@ -113,7 +113,7 @@ class ShellSurface : public SurfaceDelegate, |
| void SetFullscreen(bool fullscreen); |
| // Pins the shell surface. |
| - void SetPinned(bool pinned); |
| + void SetPinned(bool pinned, bool trusted); |
|
hidehiko
2016/08/29 14:31:39
Could you comment that |trusted| is intentionally
hirono
2016/08/30 07:16:08
Done.
|
| // Set title for surface. |
| void SetTitle(const base::string16& title); |