Add session.setDownloadPath API.

This commit is contained in:
Haojian Wu 2015-07-26 16:30:02 +08:00
parent 2aa17debc8
commit fef53d18c4
6 changed files with 28 additions and 1 deletions

View file

@ -7,5 +7,6 @@
namespace prefs {
const char kSelectFileLastDirectory[] = "selectfile.last_directory";
const char kDownloadDefaultDirectory[] = "download.default_directory";
} // namespace prefs

View file

@ -7,5 +7,6 @@
namespace prefs {
extern const char kSelectFileLastDirectory[];
extern const char kDownloadDefaultDirectory[];
} // namespace prefs