Index: chrome/browser/ui/cocoa/tabs/tab_strip_controller.h |
diff --git a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h |
index 8703d45b3be4f960c726d28e73a3413a2d5e65ff..6acd5669e3fef2d4c75a0f7f47a3957efaa9a8fd 100644 |
--- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h |
+++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h |
@@ -258,4 +258,8 @@ class WebContents; |
// Returns the parent view to use when showing a sheet for a given web contents. |
NSView* GetSheetParentViewForWebContents(content::WebContents* web_contents); |
+// Returns the bounds to use when showing a sheet for a given parent view. This |
+// returns a rect in window coordinates. |
+NSRect GetSheetParentBoundsForParentView(NSView* view); |
+ |
#endif // CHROME_BROWSER_UI_COCOA_TABS_TAB_STRIP_CONTROLLER_H_ |