diff options
Diffstat (limited to 'chrome/browser/ui/cocoa/side_tab_strip_view.h')
-rw-r--r-- | chrome/browser/ui/cocoa/side_tab_strip_view.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/browser/ui/cocoa/side_tab_strip_view.h b/chrome/browser/ui/cocoa/side_tab_strip_view.h new file mode 100644 index 0000000..9f8d056 --- /dev/null +++ b/chrome/browser/ui/cocoa/side_tab_strip_view.h @@ -0,0 +1,15 @@ +// 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. + +#import <Cocoa/Cocoa.h> + +#import "chrome/browser/ui/cocoa/tab_strip_view.h" + +// A class that handles drawing the background of the tab strip when side tabs +// are enabled. + +@interface SideTabStripView : TabStripView { +} + +@end |