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); |
// Set title for surface. |
void SetTitle(const base::string16& title); |