Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: chrome/browser/tab_contents/tab_contents_view_mac.h

Issue 149565: Allow dragging text/url content out of the browser. Dragging back in not yet ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698