mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Allow an empty |download_path| argument to CefBeforeDownloadCallback::Continue (issue #516).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@716 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -55,7 +55,7 @@ class CefBeforeDownloadCallback : public virtual CefBase {
|
||||
// suggested name and the default temp directory. Set |show_dialog| to true
|
||||
// if you do wish to show the default "Save As" dialog.
|
||||
///
|
||||
/*--cef(capi_name=cont)--*/
|
||||
/*--cef(capi_name=cont,optional_param=download_path)--*/
|
||||
virtual void Continue(const CefString& download_path, bool show_dialog) =0;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user