| 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..5199674b5315793320392e5624df7783cc074088 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] containsURLDataInTypeOrText]) {
|
| GURL url;
|
| ui::PopulateURLAndTitleFromPasteboard(&url,
|
| NULL,
|
|
|