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

Unified Diff: views/window/window_win.h

Issue 6756043: Consolidate Widget Event code, other cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Additional code consolidation, move base defs, nix MakeMSG, TooltipManager cleanup, etc. Created 9 years, 9 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: views/window/window_win.h
diff --git a/views/window/window_win.h b/views/window/window_win.h
index e2ef0f673a7d3e404e51beaf634d499e34611651..5dfbbaad384649ba37c239955831c06c867962e6 100644
--- a/views/window/window_win.h
+++ b/views/window/window_win.h
@@ -118,9 +118,6 @@ class WindowWin : public WidgetWin,
LRESULT OnNCCalcSize(BOOL mode, LPARAM l_param); // Don't override.
virtual LRESULT OnNCHitTest(const CPoint& point) OVERRIDE;
virtual void OnNCPaint(HRGN rgn) OVERRIDE;
- virtual LRESULT OnNCMouseRange(UINT message,
- WPARAM w_param,
- LPARAM l_param) OVERRIDE;
virtual LRESULT OnNCUAHDrawCaption(UINT msg,
WPARAM w_param,
LPARAM l_param) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698