Fix duplicate open from DevTools when handling OnOpenURLFromTab (fixes #3735)

This commit is contained in:
Marshall Greenblatt
2024-07-11 14:19:08 -04:00
parent 499df12b97
commit 34572843ea
2 changed files with 20 additions and 2 deletions

View File

@@ -236,6 +236,10 @@ patches = [
#
# Linux: Fix duplicate symbol error for window_frame_util.cc
# https://issuetracker.google.com/issues/343037853#comment3
#
# Avoid duplicate window from DevTools when CEF handles the open via
# OnOpenURLFromTab.
# https://github.com/chromiumembedded/cef/issues/3735
'name': 'chrome_browser_browser',
},
{