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

Unified Diff: ui/views/widget/aero_tooltip_manager.cc

Issue 25478006: Nukes some dead TooltipManager code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nuke field Created 7 years, 3 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 | « no previous file | ui/views/widget/tooltip_manager.h » ('j') | ui/views/widget/tooltip_manager_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/aero_tooltip_manager.cc
diff --git a/ui/views/widget/aero_tooltip_manager.cc b/ui/views/widget/aero_tooltip_manager.cc
index c54124c90bfda7dddd55c4506c33c425acc8b6ba..8e1f600b0d58783b5cf1dbf677ce22214ef595f0 100644
--- a/ui/views/widget/aero_tooltip_manager.cc
+++ b/ui/views/widget/aero_tooltip_manager.cc
@@ -52,7 +52,6 @@ void AeroTooltipManager::OnMouse(UINT u_msg, WPARAM w_param, LPARAM l_param) {
}
if (last_mouse_pos_ != mouse_pos) {
last_mouse_pos_ = mouse_pos;
- HideKeyboardTooltip();
UpdateTooltip(mouse_pos);
}
« no previous file with comments | « no previous file | ui/views/widget/tooltip_manager.h » ('j') | ui/views/widget/tooltip_manager_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698