|
@@ -21,6 +21,7 @@
|
|
|
#include "services/network/public/mojom/url_loader_network_service_observer.mojom.h"
|
|
|
#include "services/network/public/mojom/url_response_head.mojom.h"
|
|
|
#include "shell/browser/event_emitter_mixin.h"
|
|
|
+#include "shell/common/gin_helper/cleaned_up_at_exit.h"
|
|
|
#include "url/gurl.h"
|
|
|
#include "v8/include/v8-forward.h"
|
|
|
|
|
@@ -50,6 +51,7 @@ namespace electron::api {
|
|
|
class SimpleURLLoaderWrapper final
|
|
|
: public gin::Wrappable<SimpleURLLoaderWrapper>,
|
|
|
public gin_helper::EventEmitterMixin<SimpleURLLoaderWrapper>,
|
|
|
+ public gin_helper::CleanedUpAtExit,
|
|
|
private network::SimpleURLLoaderStreamConsumer,
|
|
|
private network::mojom::URLLoaderNetworkServiceObserver {
|
|
|
public:
|