Index: chrome/browser/cocoa/browser_window_controller.h |
=================================================================== |
--- chrome/browser/cocoa/browser_window_controller.h (revision 62138) |
+++ chrome/browser/cocoa/browser_window_controller.h (working copy) |
@@ -261,6 +261,10 @@ |
// browser. |
- (void)toggleTabStripDisplayMode; |
+// Shows or hides the Instant preview contents. |
+- (void)showInstant:(TabContents*)previewContents; |
+- (void)hideInstant; |
+ |
// Called when the Add Search Engine dialog is closed. |
- (void)sheetDidEnd:(NSWindow*)sheet |
returnCode:(NSInteger)code |