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

Unified Diff: mash/wm/property_util.h

Issue 1953183002: Support the ignored_by_shelf flag for Mus windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix deps and limit mus to MOJO_SHELL_CLIENT. 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 | « components/mus/public/interfaces/window_manager.mojom ('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 eff367e324de26ed5fdf718e974d19dc358d1511..8430466198d01667b077ea0676ba0350693f9e07 100644
--- a/mash/wm/property_util.h
+++ b/mash/wm/property_util.h
@@ -58,6 +58,8 @@ mojo::Array<uint8_t> GetWindowAppIcon(const mus::Window* window);
void SetAppID(mus::Window* window, const base::string16& app_id);
base::string16 GetAppID(const mus::Window* window);
+bool GetWindowIgnoredByShelf(mus::Window* window);
+
} // namespace wm
} // namespace mash
« no previous file with comments | « components/mus/public/interfaces/window_manager.mojom ('k') | mash/wm/property_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698