| Index: ui/views/bubble/bubble_frame_view.h
|
| diff --git a/ui/views/bubble/bubble_frame_view.h b/ui/views/bubble/bubble_frame_view.h
|
| index b82fe8e8ba8df986ee9ac55a1990ac357b5ef005..1349920b906c6a5daab35050a14117d6af3373a7 100644
|
| --- a/ui/views/bubble/bubble_frame_view.h
|
| +++ b/ui/views/bubble/bubble_frame_view.h
|
| @@ -32,6 +32,7 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView {
|
| gfx::Path* window_mask) OVERRIDE {}
|
| virtual void ResetWindowControls() OVERRIDE {}
|
| virtual void UpdateWindowIcon() OVERRIDE {}
|
| + virtual void UpdateWindowTitle() OVERRIDE {}
|
|
|
| // View overrides:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
|
|