| Index: ui/views/window/custom_frame_view.h
|
| diff --git a/ui/views/window/custom_frame_view.h b/ui/views/window/custom_frame_view.h
|
| index 8e7d60b5a5b1e1375fcfef4ec34ae36879f7e710..17b364eb1f237ecc884ad9f8a85cdfd2e8d0b018 100644
|
| --- a/ui/views/window/custom_frame_view.h
|
| +++ b/ui/views/window/custom_frame_view.h
|
| @@ -46,6 +46,7 @@ class CustomFrameView : public NonClientFrameView,
|
| gfx::Path* window_mask) OVERRIDE;
|
| virtual void ResetWindowControls() OVERRIDE;
|
| virtual void UpdateWindowIcon() OVERRIDE;
|
| + virtual void UpdateWindowTitle() OVERRIDE;
|
|
|
| // Overridden from View:
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
|
|