webview: adding page-title-set event
This commit is contained in:
parent
5ff9588b48
commit
87af6f9c80
7 changed files with 26 additions and 0 deletions
|
@ -172,6 +172,7 @@ class WebContents : public mate::EventEmitter,
|
|||
void WebContentsDestroyed() override;
|
||||
void NavigationEntryCommitted(
|
||||
const content::LoadCommittedDetails& load_details) override;
|
||||
void TitleWasSet(content::NavigationEntry* entry, bool explicit_set) override;
|
||||
|
||||
// content::BrowserPluginGuestDelegate:
|
||||
void DidAttach(int guest_proxy_routing_id) final;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue