fix: remove conflicting RunFileChooserEnd for Mac (#30935)

This commit is contained in:
Keeley Hammond 2021-09-13 15:10:28 -07:00 committed by GitHub
parent b6a12a53e3
commit c74b9ff312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,9 @@ void FileSelectHelper::OnOpenDialogDone(gin_helper::Dictionary result) {
browser_context->prefs()->SetFilePath(prefs::kSelectFileLastDirectory,
paths[0].DirName());
}
#if !defined(OS_MAC)
RunFileChooserEnd();
#endif
}
}
}