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

Unified Diff: ui/views/win/hwnd_message_handler_delegate.h

Issue 442893004: Remove useless DesktopWindowTreeHostWin::HandleTooltipMouseMove() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « ui/views/win/hwnd_message_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/win/hwnd_message_handler_delegate.h
diff --git a/ui/views/win/hwnd_message_handler_delegate.h b/ui/views/win/hwnd_message_handler_delegate.h
index e17bf78eaa690a6a742035e5225542bc51248a1a..4381dcbc740c492c6df2d4218cd35e3aab4a4b59 100644
--- a/ui/views/win/hwnd_message_handler_delegate.h
+++ b/ui/views/win/hwnd_message_handler_delegate.h
@@ -204,11 +204,6 @@ class VIEWS_EXPORT HWNDMessageHandlerDelegate {
NMHDR* l_param,
LRESULT* l_result) = 0;
- // Called to forward mouse events to the tooltip manager.
- virtual void HandleTooltipMouseMove(UINT message,
- WPARAM w_param,
- LPARAM l_param) = 0;
-
// Invoked on entering/exiting a menu loop.
virtual void HandleMenuLoop(bool in_menu_loop) = 0;
« no previous file with comments | « ui/views/win/hwnd_message_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698