Index: ui/base/x/x11_util.h |
diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h |
index 7a0e2ed62303153fab04b50e492a9f222c88e615..093193f6d2777a144fa6901f1ec6b9bcbd922264 100644 |
--- a/ui/base/x/x11_util.h |
+++ b/ui/base/x/x11_util.h |
@@ -172,6 +172,10 @@ UI_BASE_EXPORT bool SetIntArrayProperty(XID window, |
const std::string& name, |
const std::string& type, |
const std::vector<int>& value); |
+UI_BASE_EXPORT bool SetAtomProperty(XID window, |
+ const std::string& name, |
+ const std::string& type, |
+ Atom value); |
UI_BASE_EXPORT bool SetAtomArrayProperty(XID window, |
const std::string& name, |
const std::string& type, |