notify delegate when devtools is loaded
This commit is contained in:
parent
3797d4b8aa
commit
db0c931d60
2 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,7 @@ class InspectableWebContentsViewDelegate {
|
|||
virtual void DevToolsFocused() {}
|
||||
virtual void DevToolsOpened() {}
|
||||
virtual void DevToolsClosed() {}
|
||||
virtual void DevToolsLoaded() {}
|
||||
|
||||
// Returns the icon of devtools window.
|
||||
virtual gfx::ImageSkia GetDevToolsWindowIcon();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue