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

Unified Diff: ash/wm/window_util.h

Issue 9113045: Reworks the workspace code. Here's the new heuristics: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated feedback and fixed bugs Created 8 years, 11 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_util.h
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
index dbafb5b59947d8e047cf02c5d1584b0b780a9067..2c1af27197bfe1948eba1a572fff72ae43bb2139 100644
--- a/ash/wm/window_util.h
+++ b/ash/wm/window_util.h
@@ -43,6 +43,11 @@ ASH_EXPORT bool IsWindowFullscreen(aura::Window* window);
typedef std::set<aura::Window*> WindowSet;
ASH_EXPORT bool HasFullscreenWindow(const WindowSet& windows);
+// Sets whether the window should be open in a split mode. Only applicable when
+// workspaces are used.
+ASH_EXPORT void SetOpenWindowSplit(aura::Window* window, bool value);
+ASH_EXPORT bool GetOpenWindowSplit(aura::Window* window);
+
} // namespace window_util
} // namespace ash
« no previous file with comments | « ash/wm/show_state_controller.cc ('k') | ash/wm/window_util.cc » ('j') | ash/wm/window_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698