Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1323)

Side by Side Diff: chrome/browser/ui/cocoa/tabs/tab_strip_view.h

Issue 6362007: [Mac] Organize all tab/tab strip files into chrome/browser/ui/cocoa/tabs/.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_COCOA_TAB_STRIP_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_COCOA_TABS_TAB_STRIP_VIEW_H_
6 #define CHROME_BROWSER_UI_COCOA_TAB_STRIP_VIEW_H_ 6 #define CHROME_BROWSER_UI_COCOA_TABS_TAB_STRIP_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #import <Cocoa/Cocoa.h> 9 #import <Cocoa/Cocoa.h>
10 10
11 #include "base/scoped_nsobject.h" 11 #include "base/scoped_nsobject.h"
12 #import "chrome/browser/ui/cocoa/url_drop_target.h" 12 #import "chrome/browser/ui/cocoa/url_drop_target.h"
13 13
14 @class NewTabButton; 14 @class NewTabButton;
15 15
16 // A view class that handles rendering the tab strip and drops of URLS with 16 // A view class that handles rendering the tab strip and drops of URLS with
(...skipping 21 matching lines...) Expand all
38 38
39 @end 39 @end
40 40
41 // Protected methods subclasses can override to alter behavior. Clients should 41 // Protected methods subclasses can override to alter behavior. Clients should
42 // not call these directly. 42 // not call these directly.
43 @interface TabStripView(Protected) 43 @interface TabStripView(Protected)
44 - (void)drawBottomBorder:(NSRect)bounds; 44 - (void)drawBottomBorder:(NSRect)bounds;
45 - (BOOL)doubleClickMinimizesWindow; 45 - (BOOL)doubleClickMinimizesWindow;
46 @end 46 @end
47 47
48 #endif // CHROME_BROWSER_UI_COCOA_TAB_STRIP_VIEW_H_ 48 #endif // CHROME_BROWSER_UI_COCOA_TABS_TAB_STRIP_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.mm ('k') | chrome/browser/ui/cocoa/tabs/tab_strip_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698