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

Unified Diff: ui/views/widget/widget.h

Issue 2778733004: Add WindowPinType property on arua::Window (Closed)
Patch Set: WIP Created 3 years, 9 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
« no previous file with comments | « ui/views/widget/native_widget_private.h ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 36b86eac93a87926d45778c7dc978709977252a0..6ed720a034e2b5157d87b188e866127ae82a0844 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -547,6 +547,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
void SetFullscreen(bool fullscreen);
bool IsFullscreen() const;
+ void Pin(bool trusted);
sky 2017/03/30 20:12:21 Pinning is specific to ChromeOS, so you shouldn't
Peng 2017/03/30 21:10:11 Done.
+ bool IsPinned() const;
+
// Sets the opacity of the widget. This may allow widgets behind the widget
// in the Z-order to become visible, depending on the capabilities of the
// underlying windowing system.
« no previous file with comments | « ui/views/widget/native_widget_private.h ('k') | ui/views/widget/widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698