Add session.setDownloadPath
API.
This commit is contained in:
parent
2aa17debc8
commit
fef53d18c4
6 changed files with 28 additions and 1 deletions
|
@ -7,5 +7,6 @@
|
|||
namespace prefs {
|
||||
|
||||
const char kSelectFileLastDirectory[] = "selectfile.last_directory";
|
||||
const char kDownloadDefaultDirectory[] = "download.default_directory";
|
||||
|
||||
} // namespace prefs
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
namespace prefs {
|
||||
|
||||
extern const char kSelectFileLastDirectory[];
|
||||
extern const char kDownloadDefaultDirectory[];
|
||||
|
||||
} // namespace prefs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue