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

Unified Diff: ui/base/dragdrop/cocoa_dnd_util.mm

Issue 13758002: Fix dropping images into content editable divs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « ui/base/dragdrop/cocoa_dnd_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/dragdrop/cocoa_dnd_util.mm
diff --git a/ui/base/dragdrop/cocoa_dnd_util.mm b/ui/base/dragdrop/cocoa_dnd_util.mm
index 705d0775417c39fe520ac977e7fa1a9458b09997..86c171d1be07914e8aa52155db65d049fe53a47d 100644
--- a/ui/base/dragdrop/cocoa_dnd_util.mm
+++ b/ui/base/dragdrop/cocoa_dnd_util.mm
@@ -13,6 +13,8 @@ namespace ui {
NSString* const kChromeDragDummyPboardType = @"org.chromium.drag-dummy-type";
+NSString* const kChromeDragImageHTMLPboardType = @"org.chromium.image-html";
+
BOOL PopulateURLAndTitleFromPasteboard(GURL* url,
string16* title,
NSPasteboard* pboard,
« no previous file with comments | « ui/base/dragdrop/cocoa_dnd_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698