mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
fix: ensure history navigations are sandboxed-iframe-aware (#35420)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user