| Index: chrome/browser/ui/cocoa/tab_contents/web_drag_source.mm
|
| diff --git a/chrome/browser/ui/cocoa/tab_contents/web_drag_source.mm b/chrome/browser/ui/cocoa/tab_contents/web_drag_source.mm
|
| index 3a5e5c44493fbcc2c9a603ffbb36ca192ddb6ce3..0cb48791674eebc6533bc405addf6d2c60099eeb 100644
|
| --- a/chrome/browser/ui/cocoa/tab_contents/web_drag_source.mm
|
| +++ b/chrome/browser/ui/cocoa/tab_contents/web_drag_source.mm
|
| @@ -70,7 +70,7 @@ FilePath GetFileNameFromDragData(const WebDropData& drop_data) {
|
| if (file_name.empty()) {
|
| // Retrieve the name from the URL.
|
| string16 suggested_filename =
|
| - net::GetSuggestedFilename(drop_data.url, "", "", "", string16());
|
| + net::GetSuggestedFilename(drop_data.url, "", "", "", "", string16());
|
| file_name = FilePathFromFilename(suggested_filename);
|
| }
|
|
|
|
|