fix devtools filesystem api and allow delegate to request stored filesystem paths
This commit is contained in:
parent
17ff8f2e7e
commit
c25264113f
4 changed files with 9 additions and 6 deletions
|
@ -14,6 +14,7 @@ class InspectableWebContentsDelegate {
|
|||
const std::string& url, const std::string& content, bool save_as) {}
|
||||
virtual void DevToolsAppendToFile(
|
||||
const std::string& url, const std::string& content) {}
|
||||
virtual void DevToolsRequestFileSystems() {}
|
||||
virtual void DevToolsAddFileSystem(
|
||||
const base::FilePath& file_system_path) {}
|
||||
virtual void DevToolsRemoveFileSystem(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue