devtools: write to file in FILE thread
This commit is contained in:
parent
b3905e867e
commit
1f3a73e802
2 changed files with 51 additions and 11 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue