refactor: reduce code duplication in gin_helper::Promise (#43716)
* refactor: move scope scaffolding into SettletScope idea stolen from SpellCheckScope * refactor: move impl of PromiseBase::RejectPromise() to the cc file * chore: remove unused #include
This commit is contained in:
parent
05dfd14913
commit
b6bf277b6f
11 changed files with 86 additions and 86 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "shell/browser/electron_crypto_module_delegate_nss.h"
|
||||
|
||||
#include "content/public/browser/browser_thread.h"
|
||||
#include "crypto/nss_crypto_module_delegate.h"
|
||||
#include "shell/browser/api/electron_api_app.h"
|
||||
#include "shell/browser/javascript_environment.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue