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

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: Moved to hwnd_util 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..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_
« 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