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

Unified Diff: mash/wm/property_util.h

Issue 1994763002: Wires up WorkspaceLayoutManager in mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: data deps Created 4 years, 7 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 | « mash/wm/non_client_frame_controller.cc ('k') | mash/wm/property_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/property_util.h
diff --git a/mash/wm/property_util.h b/mash/wm/property_util.h
index 026bebd34aba6d1fb0f703ab8ef5378992b3bcbf..4529bb9c2d28d5f25e6e6dff2fb5c5e645568b52 100644
--- a/mash/wm/property_util.h
+++ b/mash/wm/property_util.h
@@ -66,6 +66,9 @@ base::string16 GetAppID(const mus::Window* window);
bool GetWindowIgnoredByShelf(mus::Window* window);
+void SetAlwaysOnTop(mus::Window* window, bool value);
+bool IsAlwaysOnTop(mus::Window* window);
+
} // namespace wm
} // namespace mash
« no previous file with comments | « mash/wm/non_client_frame_controller.cc ('k') | mash/wm/property_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698