| Index: content/browser/web_contents/web_drag_dest_mac.mm
|
| ===================================================================
|
| --- content/browser/web_contents/web_drag_dest_mac.mm (revision 259999)
|
| +++ content/browser/web_contents/web_drag_dest_mac.mm (working copy)
|
| @@ -253,6 +253,9 @@
|
| DCHECK(pboard);
|
| NSArray* types = [pboard types];
|
|
|
| + data->did_originate_from_renderer =
|
| + [types containsObject:ui::kChromeDragDummyPboardType];
|
| +
|
| // Get URL if possible. To avoid exposing file system paths to web content,
|
| // filenames in the drag are not converted to file URLs.
|
| ui::PopulateURLAndTitleFromPasteboard(&data->url,
|
|
|