Index: chrome/browser/cocoa/browser_window_controller.h |
=================================================================== |
--- chrome/browser/cocoa/browser_window_controller.h (revision 67708) |
+++ chrome/browser/cocoa/browser_window_controller.h (working copy) |
@@ -234,6 +234,8 @@ |
// 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:(TabContents*)contents; |