diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 17:13:51 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 17:13:51 +0000 |
commit | 1d2f46ccd1e5696bfa15c820cb7be66769c715c2 (patch) | |
tree | e3b32cf99536f5a3d1e3b86ca0663e5611ee13c2 /chrome/views/custom_frame_window.h | |
parent | 49dd6a132d359c846cf15d6d48f66f0b63c9efb3 (diff) | |
download | chromium_src-1d2f46ccd1e5696bfa15c820cb7be66769c715c2.zip chromium_src-1d2f46ccd1e5696bfa15c820cb7be66769c715c2.tar.gz chromium_src-1d2f46ccd1e5696bfa15c820cb7be66769c715c2.tar.bz2 |
Roll back trial from last night
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3217 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/custom_frame_window.h')
-rw-r--r-- | chrome/views/custom_frame_window.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/views/custom_frame_window.h b/chrome/views/custom_frame_window.h index 0d89193..6b8238b 100644 --- a/chrome/views/custom_frame_window.h +++ b/chrome/views/custom_frame_window.h @@ -48,9 +48,7 @@ class CustomFrameWindow : public Window { virtual void DisableInactiveRendering(bool disable); // 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); |