| Index: ui/base/x/x11_util.h
|
| diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h
|
| index 62a4beb5940c8c742025b59637f4526ab17d6a7c..2d49600225e64d4e18ad302a8c789b9dad6ec1b9 100644
|
| --- a/ui/base/x/x11_util.h
|
| +++ b/ui/base/x/x11_util.h
|
| @@ -165,6 +165,9 @@ UI_EXPORT bool PropertyExists(XID window, const std::string& property_name);
|
|
|
| // Get the value of an int, int array, atom array or string property. On
|
| // success, true is returned and the value is stored in |value|.
|
| +//
|
| +// TODO(erg): Once we remove the gtk port and are 100% aura, all of these
|
| +// should accept an Atom instead of a string.
|
| UI_EXPORT bool GetIntProperty(XID window, const std::string& property_name,
|
| int* value);
|
| UI_EXPORT bool GetIntArrayProperty(XID window, const std::string& property_name,
|
|
|