Don't default to "Open", "Save", just let OS decide

This commit is contained in:
Ben Gotow 2016-05-15 01:01:52 -05:00
parent 40c531737d
commit 84cce6c2c1
4 changed files with 9 additions and 13 deletions

View file

@ -78,7 +78,7 @@ void AtomDownloadManagerDelegate::OnDownloadPathGenerated(
base::FilePath path;
if (file_dialog::ShowSaveDialog(window, item->GetURL().spec(),
"Save", default_path,
"", default_path,
file_dialog::Filters(), &path)) {
// Remember the last selected download directory.
AtomBrowserContext* browser_context = static_cast<AtomBrowserContext*>(