| Index: chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| diff --git a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| index ac71f795093434e589a77cafbea840c667794279..489312aaf027ffc16bdcd7c7081b26f9e60011cf 100644
|
| --- a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| +++ b/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| @@ -50,6 +50,7 @@ class BrowserNonClientFrameViewAsh
|
| gfx::Path* window_mask) OVERRIDE;
|
| virtual void ResetWindowControls() OVERRIDE;
|
| virtual void UpdateWindowIcon() OVERRIDE;
|
| + virtual void UpdateWindowTitle() OVERRIDE;
|
|
|
| // views::View overrides:
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
|
|