| 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();
|
|
|