devtools: fix filesyatem api usage and use prefs to track filesystem paths
This commit is contained in:
parent
e92d002eec
commit
cdc7b8d15e
5 changed files with 86 additions and 42 deletions
|
@ -8,5 +8,6 @@ namespace prefs {
|
|||
|
||||
const char kSelectFileLastDirectory[] = "selectfile.last_directory";
|
||||
const char kDownloadDefaultDirectory[] = "download.default_directory";
|
||||
const char kDevToolsFileSystemPaths[] = "devtools.file_system_paths";
|
||||
|
||||
} // namespace prefs
|
||||
|
|
|
@ -8,5 +8,6 @@ namespace prefs {
|
|||
|
||||
extern const char kSelectFileLastDirectory[];
|
||||
extern const char kDownloadDefaultDirectory[];
|
||||
extern const char kDevToolsFileSystemPaths[];
|
||||
|
||||
} // namespace prefs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue