| 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 1cde2f75f14277c89d2bc497a01eb9ef6d765760..768d9bf8e5c5d52f50c382bd6fe95d4c32b6d859 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
|
| @@ -38,6 +38,7 @@ class BrowserNonClientFrameViewAsh
|
| // BrowserNonClientFrameView overrides:
|
| virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
| virtual TabStripInsets GetTabStripInsets(bool force_restored) const OVERRIDE;
|
| + virtual int GetThemeBackgroundXInset() const OVERRIDE;
|
| virtual void UpdateThrobber(bool running) OVERRIDE;
|
|
|
| // views::NonClientFrameView overrides:
|
|
|