diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 22:33:21 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 22:33:21 +0000 |
commit | b0a9beade34d92715f55c5756f3c41b2f6fb16da (patch) | |
tree | b9ef74933577ce8fff8a3340a08e78d0540f18cf /chrome/browser/cocoa/previewable_contents_controller.h | |
parent | 41579aea1ddb436acb6491e4b79ea564d86b55a0 (diff) | |
download | chromium_src-b0a9beade34d92715f55c5756f3c41b2f6fb16da.zip chromium_src-b0a9beade34d92715f55c5756f3c41b2f6fb16da.tar.gz chromium_src-b0a9beade34d92715f55c5756f3c41b2f6fb16da.tar.bz2 |
[Mac] Removes the match preview tear image. Also removes the underlying resource files.
Xib changes: Removed the close button and tear image.
BUG=59068
TEST=Tear image should be gone.
Review URL: http://codereview.chromium.org/5031001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66185 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/previewable_contents_controller.h')
-rw-r--r-- | chrome/browser/cocoa/previewable_contents_controller.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/cocoa/previewable_contents_controller.h b/chrome/browser/cocoa/previewable_contents_controller.h index 9b9b775..c4cc84e 100644 --- a/chrome/browser/cocoa/previewable_contents_controller.h +++ b/chrome/browser/cocoa/previewable_contents_controller.h @@ -26,9 +26,6 @@ class TabContents; // Container view for the "active" contents. IBOutlet NSView* activeContainer_; - // The close preview button. - IBOutlet NSButton* closeButton_; - // The preview TabContents. Will be NULL if no preview is currently showing. TabContents* previewContents_; // weak } @@ -45,9 +42,6 @@ class TabContents; // Returns YES if the preview contents is currently showing. - (BOOL)isShowingPreview; -// Simply calls |-hidePreview|. Convenience method for use by the close button. -- (IBAction)closePreview:(id)sender; - @end #endif // CHROME_BROWSER_COCOA_PREVIEWABLE_CONTENTS_CONTROLLER_H_ |