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