| Index: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
|
| diff --git a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
|
| index 5e41b60a08995290ceac0b9bed44f915b9104d6e..a1620e7d369ee1e75b0e0786bd9544074a2a260c 100644
|
| --- a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
|
| +++ b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.h
|
| @@ -31,6 +31,7 @@ class AppNonClientFrameViewAura : public BrowserNonClientFrameView {
|
| gfx::Path* window_mask) OVERRIDE;
|
| virtual void ResetWindowControls() OVERRIDE;
|
| virtual void UpdateWindowIcon() OVERRIDE;
|
| + virtual void UpdateWindowTitle() OVERRIDE;
|
|
|
| // BrowserNonClientFrameView:
|
| virtual gfx::Rect GetBoundsForTabStrip(
|
|
|