Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: components/exo/shell_surface.h

Issue 2285633002: Add WM_EVENT_TRUSTED_PIN and WINDOW_STATE_TYPE_TRUSTED_PINNED to Ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698