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..34beac4c3417d5466c9abf9adbd63d6782fd9a39 100644 |
--- a/ui/base/win/hwnd_util.h |
+++ b/ui/base/win/hwnd_util.h |
@@ -44,6 +44,9 @@ void CenterAndSizeWindow(HWND parent, |
// CreateWindow. |
void CheckWindowCreated(HWND hwnd); |
+// Shows the system menu for |window|. |
Ben Goodger (Google)
2011/07/07 21:25:44
... and sends the selected command to it.
|
+void ShowSystemMenu(HWND window, int screen_x, int screen_y); |
+ |
} // namespace ui |
#endif // UI_BASE_WIN_HWND_UTIL_H_ |