| Index: ui/views/window/native_frame_view.h
|
| diff --git a/ui/views/window/native_frame_view.h b/ui/views/window/native_frame_view.h
|
| index 304867c6842d3da601afc2fa26f83324f9f32ffc..204443e6eea5cd88cb95d4a7d80b80cb142462a8 100644
|
| --- a/ui/views/window/native_frame_view.h
|
| +++ b/ui/views/window/native_frame_view.h
|
| @@ -25,6 +25,7 @@ class VIEWS_EXPORT NativeFrameView : public NonClientFrameView {
|
| gfx::Path* window_mask) OVERRIDE;
|
| virtual void ResetWindowControls() OVERRIDE;
|
| virtual void UpdateWindowIcon() OVERRIDE;
|
| + virtual void UpdateWindowTitle() OVERRIDE;
|
|
|
| // View overrides:
|
|
|
|
|