diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 20:10:00 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 20:10:00 +0000 |
commit | da8df5919cf2942b25fe284d14a30c29f94e41a4 (patch) | |
tree | 76170f379cb40425edd414c5a37a462b3d2cbcf8 /chrome/browser/views/frame/opaque_frame.h | |
parent | b880b1feb398ed0de47d355a0ee330c1f4cb89a8 (diff) | |
download | chromium_src-da8df5919cf2942b25fe284d14a30c29f94e41a4.zip chromium_src-da8df5919cf2942b25fe284d14a30c29f94e41a4.tar.gz chromium_src-da8df5919cf2942b25fe284d14a30c29f94e41a4.tar.bz2 |
Add End-session handling and app modal dialog handling to BrowserView2/New Frames.
B=1031854
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@879 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/frame/opaque_frame.h')
-rw-r--r-- | chrome/browser/views/frame/opaque_frame.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/views/frame/opaque_frame.h b/chrome/browser/views/frame/opaque_frame.h index 34ebd47..5d2889d 100644 --- a/chrome/browser/views/frame/opaque_frame.h +++ b/chrome/browser/views/frame/opaque_frame.h @@ -73,8 +73,13 @@ class OpaqueFrame : public BrowserFrame, virtual bool AcceleratorPressed(ChromeViews::Accelerator* accelerator); virtual bool GetAccelerator(int cmd_id, ChromeViews::Accelerator* accelerator); + virtual void OnEndSession(BOOL ending, UINT logoff); + virtual LRESULT OnMouseActivate(HWND window, + UINT hittest_code, + UINT message); virtual void OnMove(const CPoint& point); virtual void OnMoving(UINT param, const RECT* new_bounds); + virtual LRESULT OnNCActivate(BOOL active); private: // Return a pointer to the concrete type of our non-client view. |