| Index: chrome/browser/ui/cocoa/drag_util.mm
|
| diff --git a/chrome/browser/ui/cocoa/drag_util.mm b/chrome/browser/ui/cocoa/drag_util.mm
|
| index 77014dfee7ed3f3209e65edb1438fe750c92e2bf..c85af8b776db5129a016b5ae02712ac15bb8969d 100644
|
| --- a/chrome/browser/ui/cocoa/drag_util.mm
|
| +++ b/chrome/browser/ui/cocoa/drag_util.mm
|
| @@ -96,7 +96,7 @@ void DrawTruncatedTitle(NSAttributedString* title, NSRect frame) {
|
| } // namespace
|
|
|
| GURL GetFileURLFromDropData(id<NSDraggingInfo> info) {
|
| - if ([[info draggingPasteboard] containsURLData]) {
|
| + if ([[info draggingPasteboard] containsURLDataConvertingTextToURL:YES]) {
|
| GURL url;
|
| ui::PopulateURLAndTitleFromPasteboard(&url,
|
| NULL,
|
|
|