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

Unified Diff: ash/wm/window_properties.h

Issue 13934007: Adding experimental maximize mode (behind a flag) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed as requested Created 7 years, 8 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: ash/wm/window_properties.h
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
index 21d7ae9e5dfedf7dbe12bf73b0c7cfbe2b0e116a..e9e959a14d29aed6986d27cdaea6916b43a32d35 100644
--- a/ash/wm/window_properties.h
+++ b/ash/wm/window_properties.h
@@ -86,6 +86,10 @@ ASH_EXPORT extern const aura::WindowProperty<gfx::Rect*>* const
// Property to tell if the container uses the screen coordinates.
extern const aura::WindowProperty<bool>* const kUsesScreenCoordinatesKey;
+// True if the window can be maximized by the workspace manager.
+extern const aura::WindowProperty<bool>* const
+ kWindowCanBeMaximizedByWorkspaceKey;
+
extern const aura::WindowProperty<WindowPersistsAcrossAllWorkspacesType>* const
kWindowPersistsAcrossAllWorkspacesKey;

Powered by Google App Engine
This is Rietveld 408576698