fix: ensure history navigations are sandboxed-iframe-aware (#35420)

This commit is contained in:
Jeremy Spiegel
2022-09-08 17:08:56 -07:00
committed by GitHub
parent b0036ea43a
commit 730d9181b3
3 changed files with 28 additions and 6 deletions

View File

@@ -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,