| Index: chrome/browser/tab_contents/tab_contents_view_mac.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view_mac.h (revision 20373)
|
| +++ chrome/browser/tab_contents/tab_contents_view_mac.h (working copy)
|
| @@ -74,7 +74,9 @@
|
| const NotificationDetails& details);
|
|
|
| private:
|
| - // ---------------------------------------------------------------------------
|
| + // Returns a drag pasteboard filled with the appropriate data. The types are
|
| + // populated in decending order of richness.
|
| + NSPasteboard* FillDragData(const WebDropData& drop_data);
|
|
|
| // The Cocoa NSView that lives in the view hierarchy.
|
| scoped_nsobject<TabContentsViewCocoa> cocoa_view_;
|
|
|