| Index: ui/views/bubble/bubble_delegate.h
|
| diff --git a/ui/views/bubble/bubble_delegate.h b/ui/views/bubble/bubble_delegate.h
|
| index 080bdcb05840ea87a2a60d28f83a73989c9dbbc3..de69c5c3cd615be14e47310419035a40c20030c7 100644
|
| --- a/ui/views/bubble/bubble_delegate.h
|
| +++ b/ui/views/bubble/bubble_delegate.h
|
| @@ -108,9 +108,6 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView,
|
| // Get the arrow's anchor rect in screen space.
|
| virtual gfx::Rect GetAnchorRect();
|
|
|
| - // Show the bubble's widget (and |border_widget_| on Windows).
|
| - void Show();
|
| -
|
| // Fade the bubble in or out via Widget transparency.
|
| // Fade in calls Widget::Show; fade out calls Widget::Close upon completion.
|
| void StartFade(bool fade_in);
|
|
|