diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 23:31:40 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-09 23:31:40 +0000 |
commit | 813ce4b8cc2190d4d2ec12e31efcc94a736c3e49 (patch) | |
tree | c21a3aeb19f5f84d44dcd3700f39a2bcc6963983 /chrome/views/custom_frame_window.h | |
parent | 1d9cbc0e5ef7ee96d1c7e7b0150e0cf1ca8bb7be (diff) | |
download | chromium_src-813ce4b8cc2190d4d2ec12e31efcc94a736c3e49.zip chromium_src-813ce4b8cc2190d4d2ec12e31efcc94a736c3e49.tar.gz chromium_src-813ce4b8cc2190d4d2ec12e31efcc94a736c3e49.tar.bz2 |
Put this file back into its original state when I first landed this change earlier today.
http://crbug.com/3264
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3154 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/custom_frame_window.h')
-rw-r--r-- | chrome/views/custom_frame_window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/views/custom_frame_window.h b/chrome/views/custom_frame_window.h index 923ae70..0d89193 100644 --- a/chrome/views/custom_frame_window.h +++ b/chrome/views/custom_frame_window.h @@ -50,6 +50,7 @@ class CustomFrameWindow : public Window { // Overridden from HWNDViewContainer: virtual void OnEnterIdle(UINT reason, HWND window); virtual void OnInitMenu(HMENU menu); + virtual void OnInitMenuPopup(HMENU menu, UINT position, BOOL is_system_menu); virtual void OnMouseLeave(); virtual LRESULT OnNCActivate(BOOL active); virtual LRESULT OnNCCalcSize(BOOL mode, LPARAM l_param); |