| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index a4fdf39f3c37d6d809758cd3862b7a99b70c274d..93c1bc9747234238c4b794c7ad269e85ef05569c 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -17,6 +17,7 @@
|
| #include "components/webcrypto/webcrypto_impl.h"
|
| #include "content/child/webfallbackthemeengine_impl.h"
|
| #include "content/common/content_export.h"
|
| +#include "content/common/url_loader_factory.mojom.h"
|
| #include "third_party/WebKit/public/platform/Platform.h"
|
| #include "third_party/WebKit/public/platform/WebGestureDevice.h"
|
| #include "third_party/WebKit/public/platform/WebURLError.h"
|
| @@ -164,6 +165,8 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| std::unique_ptr<BackgroundSyncProvider> main_thread_sync_provider_;
|
|
|
| scheduler::WebThreadBase* compositor_thread_;
|
| +
|
| + mojom::URLLoaderFactoryPtr url_loader_factory_;
|
| };
|
|
|
| } // namespace content
|
|
|