mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Implement session.setOpenDownloadDialog() API.
This commit is contained in:
@@ -43,6 +43,8 @@ class Session: public mate::TrackableObject<Session>,
|
||||
|
||||
AtomBrowserContext* browser_context() const { return browser_context_.get(); }
|
||||
|
||||
void SetOpenDownloadDialog(bool open_download_dialog);
|
||||
|
||||
protected:
|
||||
explicit Session(AtomBrowserContext* browser_context);
|
||||
~Session();
|
||||
|
||||
Reference in New Issue
Block a user