webContents: api to add/remove path from devtools workspace

This commit is contained in:
Robo 2015-07-24 15:09:11 +05:30
parent 1bc49487ad
commit 66553eea1a
5 changed files with 59 additions and 18 deletions

View file

@ -80,8 +80,9 @@ class CommonWebContentsDelegate
bool save_as) override;
void DevToolsAppendToFile(const std::string& url,
const std::string& content) override;
void DevToolsAddFileSystem() override;
void DevToolsRemoveFileSystem(const std::string& file_system_path) override;
void DevToolsAddFileSystem(const base::FilePath& path) override;
void DevToolsRemoveFileSystem(
const base::FilePath& file_system_path) override;
private:
// Callback for when DevToolsSaveToFile has completed.