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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef MASH_WM_PROPERTY_UTIL_H_ 5 #ifndef MASH_WM_PROPERTY_UTIL_H_
6 #define MASH_WM_PROPERTY_UTIL_H_ 6 #define MASH_WM_PROPERTY_UTIL_H_
7 7
8 #include "components/mus/public/cpp/window.h" 8 #include "components/mus/public/cpp/window.h"
9 #include "components/mus/public/interfaces/window_manager_constants.mojom.h" 9 #include "components/mus/public/interfaces/window_manager_constants.mojom.h"
10 #include "mash/wm/public/interfaces/ash_window_type.mojom.h" 10 #include "mash/wm/public/interfaces/ash_window_type.mojom.h"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 base::string16 GetWindowTitle(const mus::Window* window); 60 base::string16 GetWindowTitle(const mus::Window* window);
61 61
62 mojo::Array<uint8_t> GetWindowAppIcon(const mus::Window* window); 62 mojo::Array<uint8_t> GetWindowAppIcon(const mus::Window* window);
63 63
64 void SetAppID(mus::Window* window, const base::string16& app_id); 64 void SetAppID(mus::Window* window, const base::string16& app_id);
65 base::string16 GetAppID(const mus::Window* window); 65 base::string16 GetAppID(const mus::Window* window);
66 66
67 bool GetWindowIgnoredByShelf(mus::Window* window); 67 bool GetWindowIgnoredByShelf(mus::Window* window);
68 68
69 void SetAlwaysOnTop(mus::Window* window, bool value);
70 bool IsAlwaysOnTop(mus::Window* window);
71
69 } // namespace wm 72 } // namespace wm
70 } // namespace mash 73 } // namespace mash
71 74
72 #endif // MASH_WM_PROPERTY_UTIL_H_ 75 #endif // MASH_WM_PROPERTY_UTIL_H_
OLDNEW
« 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