summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/frame/browser_frame_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/frame/browser_frame_win.h')
-rw-r--r--chrome/browser/views/frame/browser_frame_win.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/chrome/browser/views/frame/browser_frame_win.h b/chrome/browser/views/frame/browser_frame_win.h
index 90a5b30..a3aa30d 100644
--- a/chrome/browser/views/frame/browser_frame_win.h
+++ b/chrome/browser/views/frame/browser_frame_win.h
@@ -10,26 +10,13 @@
#include "views/window/window_win.h"
class AeroGlassNonClientView;
+class BrowserNonClientFrameView;
class BrowserRootView;
class BrowserView;
class NonClientFrameView;
class Profile;
class TabStrip;
-// A specialization of the NonClientFrameView object that provides additional
-// Browser-specific methods.
-class BrowserNonClientFrameView : public views::NonClientFrameView {
- public:
- BrowserNonClientFrameView() : NonClientFrameView() {}
- virtual ~BrowserNonClientFrameView() {}
-
- // Returns the bounds within which the TabStrip should be laid out.
- virtual gfx::Rect GetBoundsForTabStrip(TabStrip* tabstrip) const = 0;
-
- // Updates the throbber.
- virtual void UpdateThrobber(bool running) = 0;
-};
-
///////////////////////////////////////////////////////////////////////////////
// BrowserFrameWin
//