refactor: use WeakRef on main process side of remote (#24115)

This commit is contained in:
Jeremy Rose
2020-06-16 14:34:08 -07:00
committed by GitHub
parent 09c0ee8f87
commit e1e73fa5f5
9 changed files with 43 additions and 181 deletions

View File

@@ -602,13 +602,6 @@ source_set("electron_lib") {
]
}
if (enable_remote_module) {
sources += [
"shell/common/api/remote/remote_callback_freer.cc",
"shell/common/api/remote/remote_callback_freer.h",
]
}
if (enable_desktop_capturer) {
if (is_component_build && !is_linux) {
# On windows the implementation relies on unexported