navigaton: handle history operations from renderer
This commit is contained in:
parent
bff2861311
commit
7b03ac6d61
2 changed files with 6 additions and 0 deletions
|
@ -186,6 +186,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
void RendererUnresponsive(content::WebContents* source) override;
|
||||
void RendererResponsive(content::WebContents* source) override;
|
||||
bool HandleContextMenu(const content::ContextMenuParams& params) override;
|
||||
bool OnGoToEntryOffset(int offset) override;
|
||||
|
||||
// content::WebContentsObserver:
|
||||
void BeforeUnloadFired(const base::TimeTicks& proceed_time) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue