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

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 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

Powered by Google App Engine
This is Rietveld 408576698