refactor: merge CommonWebContentsDelegate into api::WebContents (#26189)

This commit is contained in:
Jeremy Rose 2020-11-10 09:06:56 -08:00 committed by GitHub
parent 0b85fdf26c
commit ff33fa1970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 872 additions and 1030 deletions

View file

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