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

Unified Diff: ui/base/win/window_event_target.h

Issue 374283002: Remove the WM_SYSCOMMAND handling from the LegacyRenderWidgetHostHWND class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « content/browser/renderer_host/legacy_render_widget_host_win.cc ('k') | ui/views/win/hwnd_message_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/win/window_event_target.h
diff --git a/ui/base/win/window_event_target.h b/ui/base/win/window_event_target.h
index 2c74522ee66f86dea7a917393f5664e59dba195e..e8e7d834f6cec0913eac34bccfbd5960f8db42ff 100644
--- a/ui/base/win/window_event_target.h
+++ b/ui/base/win/window_event_target.h
@@ -74,17 +74,6 @@ class UI_BASE_EXPORT WindowEventTarget {
WPARAM w_param,
LPARAM l_param,
bool* handled) = 0;
-
- // Handles the WM_SYSCOMMAND message
- // The |message| parameter identifies the message.
- // The |w_param| and |l_param| values are as per MSDN docs.
- // The |handled| parameter is an output parameter which when set to false
- // indicates that the message should be DefProc'ed.
- // Returns the result of processing the message.
- virtual LRESULT HandleSysCommand(unsigned int message,
- WPARAM w_param,
- LPARAM l_param,
- bool* handled) = 0;
protected:
WindowEventTarget();
virtual ~WindowEventTarget();
« no previous file with comments | « content/browser/renderer_host/legacy_render_widget_host_win.cc ('k') | ui/views/win/hwnd_message_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698