Move webContents events away from window.
This commit is contained in:
parent
9eeec9aa0b
commit
859606e88c
8 changed files with 34 additions and 51 deletions
|
@ -39,6 +39,8 @@ class WebContents : public mate::EventEmitter,
|
|||
v8::Isolate* isolate) OVERRIDE;
|
||||
|
||||
// content::WebContentsObserver implementations:
|
||||
virtual void RenderViewDeleted(content::RenderViewHost*) OVERRIDE;
|
||||
virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE;
|
||||
virtual void WebContentsDestroyed(content::WebContents*) OVERRIDE;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue