| Index: ui/base/x/x11_util.h
|
| diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h
|
| index 3dfdcb1b849dcf378b57a75ddf5f69bac1a38bf6..c47ce2844d3883ed770cb3ec58887c2bd5fa4bc1 100644
|
| --- a/ui/base/x/x11_util.h
|
| +++ b/ui/base/x/x11_util.h
|
| @@ -177,9 +177,6 @@ UI_BASE_X_EXPORT bool SetStringProperty(XID window,
|
| XAtom type,
|
| const std::string& value);
|
|
|
| -// Gets the X atom for default display corresponding to atom_name.
|
| -UI_BASE_X_EXPORT XAtom GetAtom(const char* atom_name);
|
| -
|
| // Sets the WM_CLASS attribute for a given X11 window.
|
| UI_BASE_X_EXPORT void SetWindowClassHint(XDisplay* display,
|
| XID window,
|
|
|