devtools: write to file in FILE thread

This commit is contained in:
deepak1556 2015-06-22 07:30:33 +05:30
parent b3905e867e
commit 1f3a73e802
2 changed files with 51 additions and 11 deletions

View file

@ -83,6 +83,12 @@ class CommonWebContentsDelegate
void DevToolsRemoveFileSystem(const std::string& file_system_path) override;
private:
// Callback for when DevToolsSaveToFile has completed.
void OnDevToolsSaveToFile(const std::string& url);
// Callback for when DevToolsAppendToFile has completed.
void OnDevToolsAppendToFile(const std::string& url);
// Set fullscreen mode triggered by html api.
void SetHtmlApiFullscreen(bool enter_fullscreen);