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

Unified Diff: ash/mus/property_util.h

Issue 2357143004: mash: Support ShelfWindowWatcher via ShelfItem properties. (Closed)
Patch Set: Set Settings WmWindow title with a WmWindowObserver. Created 4 years, 3 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/mus/property_util.h
diff --git a/ash/mus/property_util.h b/ash/mus/property_util.h
index 58795bf43e5db57f95f6b02ea7bc2442f677b1ac..fc8f4137d0adaede39599ea599bcbb6e9af310ef 100644
--- a/ash/mus/property_util.h
+++ b/ash/mus/property_util.h
@@ -62,6 +62,7 @@ ui::wm::WindowType GetWmWindowType(const ui::Window* window);
mojom::AshWindowType GetAshWindowType(const ui::Window* window);
+void SetWindowTitle(ui::Window* window, base::string16 title);
base::string16 GetWindowTitle(const ui::Window* window);
mojo::Array<uint8_t> GetWindowAppIcon(const ui::Window* window);

Powered by Google App Engine
This is Rietveld 408576698