fix: ensure history navigations are sandboxed-iframe-aware (#35420)
This commit is contained in:
parent
b0036ea43a
commit
730d9181b3
3 changed files with 28 additions and 6 deletions
|
@ -1380,11 +1380,6 @@ bool WebContents::HandleContextMenu(content::RenderFrameHost& render_frame_host,
|
|||
return true;
|
||||
}
|
||||
|
||||
bool WebContents::OnGoToEntryOffset(int offset) {
|
||||
GoToOffset(offset);
|
||||
return false;
|
||||
}
|
||||
|
||||
void WebContents::FindReply(content::WebContents* web_contents,
|
||||
int request_id,
|
||||
int number_of_matches,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue