Chromium Code Reviews| Index: content/child/blink_platform_impl.h |
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
| index bb76571f2e724c0e7e6bd78c9d4cff0c988bfcad..c0df30ed8b317dc80acb126b58386214dda41c4e 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" |
| @@ -161,6 +162,8 @@ class CONTENT_EXPORT BlinkPlatformImpl |
| std::unique_ptr<BackgroundSyncProvider> main_thread_sync_provider_; |
| scheduler::WebThreadBase* compositor_thread_; |
| + |
| + mojom::URLLoaderFactoryPtr url_loader_factory_; |
|
kinuko
2016/05/20 09:38:51
Do we need this on this class?
yhirano
2016/05/20 11:32:54
No, deleted
|
| }; |
| } // namespace content |