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

Unified Diff: chrome/browser/cocoa/previewable_contents_controller.h

Issue 5031001: [Mac] Removes the match preview tear image. Also removes the underlying reso... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/cocoa/previewable_contents_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/previewable_contents_controller.h
===================================================================
--- chrome/browser/cocoa/previewable_contents_controller.h (revision 66159)
+++ chrome/browser/cocoa/previewable_contents_controller.h (working copy)
@@ -26,9 +26,6 @@
// 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 @@
// 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_
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/cocoa/previewable_contents_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698