Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: ui/base/win/hwnd_util.h

Issue 7237032: Changes wrench menu button to show system menu on space. This matches (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweak comment Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/base/win/hwnd_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/base/win/hwnd_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698