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
|
@ -89,7 +89,7 @@ class InspectableWebContentsImpl :
|
|||
void AppendToFile(const std::string& url,
|
||||
const std::string& content) override;
|
||||
void RequestFileSystems() override;
|
||||
void AddFileSystem() override;
|
||||
void AddFileSystem(const std::string& file_system_path) override;
|
||||
void RemoveFileSystem(const std::string& file_system_path) override;
|
||||
void UpgradeDraggedFileSystemPermissions(
|
||||
const std::string& file_system_url) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue