browser: make destruction of webContents async
This commit is contained in:
parent
ca7ca3ba1c
commit
f974a6bda9
5 changed files with 21 additions and 9 deletions
|
@ -112,7 +112,7 @@ class CommonWebContentsDelegate
|
|||
#endif
|
||||
|
||||
// Destroy the managed InspectableWebContents object.
|
||||
void ResetManagedWebContents();
|
||||
void ResetManagedWebContents(bool async);
|
||||
|
||||
private:
|
||||
// Callback for when DevToolsSaveToFile has completed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue