refactor: merge CommonWebContentsDelegate into api::WebContents (#26189)
This commit is contained in:
parent
0b85fdf26c
commit
ff33fa1970
9 changed files with 872 additions and 1030 deletions
|
@ -5,7 +5,7 @@ Subject: content_browser_main_loop.patch
|
|||
|
||||
Pass idle quit closure for main message loop, so that pending tasks are
|
||||
run before shutdown. This is required to cleanup WebContents asynchronously
|
||||
in atom::CommonWebContentsDelegate::ResetManageWebContents.
|
||||
in electron::api::WebContents::ResetManagedWebContents.
|
||||
|
||||
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
||||
index d35d26b1f572f084d5ffd25d191c62fdf5064ed4..c274bd867d5ca66f49d72eeffee5702825b4c067 100644
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue