| Index: chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc b/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| index 71480b2ace5c2bbadcc1569850913e970517f7b5..c2e42c027b1dde32c3f5c8d71eb231faf9493a4c 100644
|
| --- a/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| +++ b/chrome/browser/ui/views/tab_contents/tab_contents_drag_win.cc
|
| @@ -230,7 +230,7 @@ void TabContentsDragWin::PrepareDragForFileContents(
|
| if (file_name.value().empty()) {
|
| // Retrieve the name from the URL.
|
| file_name = FilePath(
|
| - net::GetSuggestedFilename(drop_data.url, "", "", "", string16()));
|
| + net::GetSuggestedFilename(drop_data.url, "", "", "", "", string16()));
|
| if (file_name.value().size() + drop_data.file_extension.size() + 1 >
|
| MAX_PATH) {
|
| file_name = FilePath(file_name.value().substr(
|
|
|