| Index: ui/base/win/hwnd_util.h
|
| diff --git a/ui/base/win/hwnd_util.h b/ui/base/win/hwnd_util.h
|
| index 9fce57cf5fc5166b77cc54c70a63c397a469d61a..a004654d786cfa73ac1c3f8ee179ce7e305cb1b4 100644
|
| --- a/ui/base/win/hwnd_util.h
|
| +++ b/ui/base/win/hwnd_util.h
|
| @@ -44,6 +44,10 @@ void CenterAndSizeWindow(HWND parent,
|
| // CreateWindow.
|
| void CheckWindowCreated(HWND hwnd);
|
|
|
| +// Shows the system menu for |window| and sends the selected command (if the
|
| +// user selected something.
|
| +void ShowSystemMenu(HWND window, int screen_x, int screen_y);
|
| +
|
| } // namespace ui
|
|
|
| #endif // UI_BASE_WIN_HWND_UTIL_H_
|
|
|