diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-29 17:58:47 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-29 17:58:47 +0000 |
commit | af2fd777dae98b84279707490382002276dfc006 (patch) | |
tree | 74e7b41b42f7c92a540f9a108ea176fcbf6817c3 /chrome/browser/cocoa/tab_contents_controller.h | |
parent | dce5df54b85ca90d4bd2d2a04c9f78d3a149072c (diff) | |
download | chromium_src-af2fd777dae98b84279707490382002276dfc006.zip chromium_src-af2fd777dae98b84279707490382002276dfc006.tar.gz chromium_src-af2fd777dae98b84279707490382002276dfc006.tar.bz2 |
Removes our homespun grow box and replaces it with the
standard widget. This may also fix some of our resizing
issues.
BUG=http://crbug.com/14663
TEST=The resizer widget should still work as expected.
Review URL: http://codereview.chromium.org/149094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/tab_contents_controller.h')
-rw-r--r-- | chrome/browser/cocoa/tab_contents_controller.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/cocoa/tab_contents_controller.h b/chrome/browser/cocoa/tab_contents_controller.h index 123594b..0cd2e2c 100644 --- a/chrome/browser/cocoa/tab_contents_controller.h +++ b/chrome/browser/cocoa/tab_contents_controller.h @@ -7,8 +7,6 @@ #include <Cocoa/Cocoa.h> -@class GrowBoxView; - class TabContents; class TabContentsCommandObserver; class TabStripModel; @@ -22,7 +20,6 @@ class TabStripModel; TabContents* contents_; // weak IBOutlet NSBox* contentsBox_; - IBOutlet GrowBoxView* growBox_; } // Create the contents of a tab represented by |contents| and loaded from the @@ -43,10 +40,6 @@ class TabStripModel; // an entirely new tab contents object. - (void)tabDidChange:(TabContents*)updatedContents; -// Return the rect, in WebKit coordinates (flipped), of the window's grow box -// in the coordinate system of the content area of this tab. -- (NSRect)growBoxRect; - @end #endif // CHROME_BROWSER_COCOA_TAB_CONTENTS_CONTROLLER_H_ |