| Index: ash/mus/property_util.h
|
| diff --git a/ash/mus/property_util.h b/ash/mus/property_util.h
|
| index 0e19e901f46b396bcf349c6ba76410d0a72262e0..3f7fcb91811639120b571fff8d735f35fe23ad54 100644
|
| --- a/ash/mus/property_util.h
|
| +++ b/ash/mus/property_util.h
|
| @@ -63,8 +63,6 @@ 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);
|
| -
|
| void SetAppID(ui::Window* window, const base::string16& app_id);
|
| base::string16 GetAppID(const ui::Window* window);
|
|
|
|
|