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

Unified Diff: mash/wm/property_util.h

Issue 1899323002: Add mash shelf application id support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 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: mash/wm/property_util.h
diff --git a/mash/wm/property_util.h b/mash/wm/property_util.h
index 929c728d040d78ae7c2de939bfb49681c75dd5c6..eff367e324de26ed5fdf718e974d19dc358d1511 100644
--- a/mash/wm/property_util.h
+++ b/mash/wm/property_util.h
@@ -55,6 +55,9 @@ base::string16 GetWindowTitle(const mus::Window* window);
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);
+
} // namespace wm
} // namespace mash

Powered by Google App Engine
This is Rietveld 408576698