Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Unified Diff: content/child/blink_platform_impl.h

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698