Index: chrome/browser/cocoa/tab_contents_controller.h |
=================================================================== |
--- chrome/browser/cocoa/tab_contents_controller.h (revision 19517) |
+++ chrome/browser/cocoa/tab_contents_controller.h (working copy) |
@@ -27,9 +27,6 @@ |
- (id)initWithNibName:(NSString*)name |
contents:(TabContents*)contents; |
-// Take this view (toolbar and web contents) full screen |
-- (IBAction)fullScreen:(id)sender; |
- |
// Called when the tab contents is about to be put into the view hierarchy as |
// the selected tab. Handles things such as ensuring the toolbar is correctly |
// enabled. |