| Index: chrome/browser/cocoa/tab_strip_controller.h
|
| diff --git a/chrome/browser/cocoa/tab_strip_controller.h b/chrome/browser/cocoa/tab_strip_controller.h
|
| index a3b4048e83056d7d860512f51af9452b205bcd1b..afc16e191ab4bb32204ef7bd2c754f9bedb8a21e 100644
|
| --- a/chrome/browser/cocoa/tab_strip_controller.h
|
| +++ b/chrome/browser/cocoa/tab_strip_controller.h
|
| @@ -177,6 +177,13 @@ class ToolbarModel;
|
| // Default height for tabs.
|
| + (CGFloat)defaultTabHeight;
|
|
|
| +// Effectively an implementation of the |URLDropTargetWindowController|
|
| +// protocol, which the |BrowserWindowController| just reflects to us. This
|
| +// needed for dropping URLs on the tab strip.
|
| +- (void)dropURLs:(NSArray*)urls at:(NSPoint)location;
|
| +- (void)indicateDropURLsAt:(NSPoint)location;
|
| +- (void)hideDropURLsIndicator;
|
| +
|
| // Returns the (lazily created) window sheet controller of this window. Used
|
| // for the per-tab sheets.
|
| - (GTMWindowSheetController*)sheetController;
|
|
|