| 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 f1767316b699376723687c3377974a8d5b7cc822..9c36019404b93b4b898825b17670375c7499be90 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
|
| @@ -43,6 +43,7 @@ class AppNonClientFrameViewAura : public BrowserNonClientFrameView,
|
| virtual gfx::Rect GetBoundsForTabStrip(
|
| views::View* tabstrip) const OVERRIDE;
|
| virtual TabStripInsets GetTabStripInsets(bool restored) const OVERRIDE;
|
| + virtual int GetThemeBackgroundXInset() const OVERRIDE;
|
| virtual void UpdateThrobber(bool running) OVERRIDE;
|
|
|
| // View:
|
|
|