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| |