fix devtools filesystem api and allow delegate to request stored filesystem paths

This commit is contained in:
Robo 2016-03-15 07:53:40 +05:30
parent 17ff8f2e7e
commit c25264113f
4 changed files with 9 additions and 6 deletions

View file

@ -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(