| Index: ui/views/widget/tooltip_manager_aura.cc
|
| diff --git a/ui/views/widget/tooltip_manager_aura.cc b/ui/views/widget/tooltip_manager_aura.cc
|
| index 632946339a0af7db1814527242c2699d4f03357e..d1626efa6a847b1abcd43aa8c694bf22d8497a80 100644
|
| --- a/ui/views/widget/tooltip_manager_aura.cc
|
| +++ b/ui/views/widget/tooltip_manager_aura.cc
|
| @@ -73,14 +73,6 @@ void TooltipManagerAura::TooltipTextChanged(View* view) {
|
| }
|
| }
|
|
|
| -void TooltipManagerAura::ShowKeyboardTooltip(View* view) {
|
| - NOTREACHED();
|
| -}
|
| -
|
| -void TooltipManagerAura::HideKeyboardTooltip() {
|
| - NOTREACHED();
|
| -}
|
| -
|
| View* TooltipManagerAura::GetViewUnderPoint(const gfx::Point& point) {
|
| View* root_view = widget_->GetRootView();
|
| if (root_view)
|
|
|