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

Unified Diff: ui/views/widget/tooltip_manager.h

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
Index: ui/views/widget/tooltip_manager.h
diff --git a/ui/views/widget/tooltip_manager.h b/ui/views/widget/tooltip_manager.h
index 1228f5a509ae758128cc3b5102e5f1b06f0f0316..b8759a9ec616baeac00deb89fc43b0e2a7da43db 100644
--- a/ui/views/widget/tooltip_manager.h
+++ b/ui/views/widget/tooltip_manager.h
@@ -46,12 +46,6 @@ class VIEWS_EXPORT TooltipManager {
// Invoked when the tooltip text changes for the specified views.
virtual void TooltipTextChanged(View* view) = 0;
- // Invoked when toolbar icon gets focus.
- virtual void ShowKeyboardTooltip(View* view) = 0;
-
- // Invoked when toolbar loses focus.
- virtual void HideKeyboardTooltip() = 0;
-
protected:
// Trims the tooltip to fit, setting |text| to the clipped result,
// |max_width| to the width (in pixels) of the clipped text and |line_count|

Powered by Google App Engine
This is Rietveld 408576698