| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| index 121bfd044a74b3446b5d8d97137df1a090ca2148..6676a546a4ebc560a6c37f405b6db695c666d46f 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| @@ -49,6 +49,7 @@ class BrowserNonClientFrameViewAsh
|
| virtual void ResetWindowControls() OVERRIDE;
|
| virtual void UpdateWindowIcon() OVERRIDE;
|
| virtual void UpdateWindowTitle() OVERRIDE;
|
| + virtual bool IsDocked() const OVERRIDE;
|
|
|
| // views::View overrides:
|
| virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE;
|
|
|