Chromium Code Reviews| Index: chrome/browser/ui/cocoa/browser_window_controller.h |
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h |
| index b843c26800f35dc135de9110be1ed8deca6eabf8..7525bc913b78f4f94217307b1a5e91a6667eb031 100644 |
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h |
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
| @@ -304,14 +304,6 @@ class WebContents; |
| // for the per-tab sheets. |
| - (GTMWindowSheetController*)sheetController; |
| -// Requests that |window| is opened as a per-tab sheet to the current tab. |
| -- (void)attachConstrainedWindow:(ConstrainedWindowMac*)window; |
| -// Closes the tab sheet |window| and potentially shows the next sheet in the |
| -// tab's sheet queue. |
| -- (void)removeConstrainedWindow:(ConstrainedWindowMac*)window; |
| -// Returns NO if constrained windows cannot be attached to this window. |
| -- (BOOL)canAttachConstrainedWindow; |
| - |
| // Shows or hides the docked web inspector depending on |contents|'s state. |
| - (void)updateDevToolsForContents:(content::WebContents*)contents; |
| @@ -335,6 +327,7 @@ class WebContents; |
| - (void)showInstant:(content::WebContents*)previewContents; |
| - (void)hideInstant; |
| - (void)commitInstant; |
| +- (BOOL)isInstantTabShowing; |
|
Robert Sesek
2012/09/04 16:45:22
Thanks for renaming the Cocoa, too.
|
| // Returns the frame, in Cocoa (unflipped) screen coordinates, of the area where |
| // Instant results are. If Instant is not showing, returns the frame of where |