| 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);
|
|
|