Add DevToolsOpened and DevToolsClosed events
This commit is contained in:
parent
d1e70e7826
commit
51bb357405
2 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,8 @@ class InspectableWebContentsDelegate {
|
|||
virtual void DevToolsAddFileSystem() {}
|
||||
virtual void DevToolsRemoveFileSystem(
|
||||
const std::string& file_system_path) {}
|
||||
virtual void DevToolsOpened() {}
|
||||
virtual void DevToolsClosed() {}
|
||||
|
||||
#if defined(USE_X11)
|
||||
// Called when creating devtools window.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue