Add update-target-url event
This commit is contained in:
parent
1c504ec45d
commit
3c873736d7
6 changed files with 30 additions and 5 deletions
|
@ -182,6 +182,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
const gfx::Rect& pos) override;
|
||||
void CloseContents(content::WebContents* source) override;
|
||||
void ActivateContents(content::WebContents* contents) override;
|
||||
void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
|
||||
bool IsPopupOrPanel(const content::WebContents* source) const override;
|
||||
void HandleKeyboardEvent(
|
||||
content::WebContents* source,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue