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