| Index: chrome/browser/ui/views/constrained_window_frame_simple.h
|
| diff --git a/chrome/browser/ui/views/constrained_window_frame_simple.h b/chrome/browser/ui/views/constrained_window_frame_simple.h
|
| index 1f5d03f8b2276661be28cff96ade907fb7513e14..7d2a065f0b2723fd7632f9d984a4fd357111fc31 100644
|
| --- a/chrome/browser/ui/views/constrained_window_frame_simple.h
|
| +++ b/chrome/browser/ui/views/constrained_window_frame_simple.h
|
| @@ -28,6 +28,7 @@ class ConstrainedWindowFrameSimple : public views::NonClientFrameView {
|
| gfx::Path* window_mask) OVERRIDE {}
|
| virtual void ResetWindowControls() OVERRIDE {}
|
| virtual void UpdateWindowIcon() OVERRIDE {}
|
| + virtual void UpdateWindowTitle() OVERRIDE {}
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ConstrainedWindowFrameSimple);
|
| };
|
|
|