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

Unified Diff: chrome/browser/ui/views/frame/browser_frame_win.h

Issue 10892014: Make HWNDMessageHandler subclass WindowImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
Index: chrome/browser/ui/views/frame/browser_frame_win.h
===================================================================
--- chrome/browser/ui/views/frame/browser_frame_win.h (revision 153679)
+++ chrome/browser/ui/views/frame/browser_frame_win.h (working copy)
@@ -47,11 +47,13 @@
virtual int GetInitialShowState() const OVERRIDE;
virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
virtual void UpdateFrameAfterFrameChange() OVERRIDE;
- virtual void OnEndSession(BOOL ending, UINT logoff) OVERRIDE;
- virtual void OnInitMenuPopup(HMENU menu,
- UINT position,
- BOOL is_system_menu) OVERRIDE;
- virtual void OnWindowPosChanged(WINDOWPOS* window_pos) OVERRIDE;
+ virtual bool PreHandleMSG(UINT message,
+ WPARAM w_param,
+ LPARAM l_param,
+ LRESULT* result) OVERRIDE;
+ virtual void PostHandleMSG(UINT message,
+ WPARAM w_param,
+ LPARAM l_param) OVERRIDE;
virtual void OnScreenReaderDetected() OVERRIDE;
virtual bool ShouldUseNativeFrame() const OVERRIDE;
virtual void Show() OVERRIDE;
@@ -59,7 +61,6 @@
const gfx::Rect& restored_bounds) OVERRIDE;
virtual void ShowWithWindowState(ui::WindowShowState show_state) OVERRIDE;
virtual void Close() OVERRIDE;
- virtual void OnActivate(UINT action, BOOL minimized, HWND window) OVERRIDE;
virtual void FrameTypeChanged() OVERRIDE;
virtual void SetFullscreen(bool fullscreen) OVERRIDE;
« no previous file with comments | « chrome/browser/ui/views/external_tab_container_win.cc ('k') | chrome/browser/ui/views/frame/browser_frame_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698