| 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 e3173f7ed9c28c7b59ba61c5b33222d0577b9f0e..6b8ff84708fe1f0f1577f19c4f98616acf0ed460 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_strip_controller.h
|
| @@ -271,11 +271,4 @@ class WebContents;
|
| withContents:(content::WebContents*)contents;
|
| @end
|
|
|
| -// 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_
|
|
|