detecting focus on devtools webcontents
This commit is contained in:
parent
17f1fc618e
commit
4ae52721c4
3 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,7 @@ class InspectableWebContentsDelegate {
|
|||
const std::string& url, const std::string& content, bool save_as) {}
|
||||
virtual void DevToolsAppendToFile(
|
||||
const std::string& url, const std::string& content) {}
|
||||
virtual void DevToolsFocused() {}
|
||||
|
||||
#if defined(USE_X11)
|
||||
// Called when creating devtools window.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue