| Index: chrome/browser/views/frame/browser_frame_gtk.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_frame_gtk.h (revision 56738)
|
| +++ chrome/browser/views/frame/browser_frame_gtk.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -30,6 +30,7 @@
|
| virtual views::Window* GetWindow();
|
| virtual int GetMinimizeButtonOffset() const;
|
| virtual gfx::Rect GetBoundsForTabStrip(BaseTabStrip* tabstrip) const;
|
| + virtual int GetHorizontalTabStripVerticalOffset(bool restored) const;
|
| virtual void UpdateThrobber(bool running);
|
| virtual void ContinueDraggingDetachedTab();
|
| virtual ThemeProvider* GetThemeProviderForFrame() const;
|
|
|