Commit f3f4ed08 authored by John Abd-El-Malek's avatar John Abd-El-Malek Committed by Commit Bot

Move NetworkContext mojom into its own separate file.

I should have done this initially, but they're now past the point where they're large enough to be in their own file.

TBR=nasko@chromium.org

Change-Id: I328e03aea5f5a43407c5adb57f265cb64f300b82
Reviewed-on: https://chromium-review.googlesource.com/1057841
Commit-Queue: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: default avatarHelen Li <xunjieli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558504}
parent d4c588c2
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "mojo/public/cpp/bindings/strong_binding_set.h" #include "mojo/public/cpp/bindings/strong_binding_set.h"
#include "services/network/cookie_manager.h" #include "services/network/cookie_manager.h"
#include "services/network/http_cache_data_remover.h" #include "services/network/http_cache_data_remover.h"
#include "services/network/public/mojom/network_service.mojom.h" #include "services/network/public/mojom/network_context.mojom.h"
#include "services/network/public/mojom/tcp_socket.mojom.h" #include "services/network/public/mojom/tcp_socket.mojom.h"
#include "services/network/public/mojom/udp_socket.mojom.h" #include "services/network/public/mojom/udp_socket.mojom.h"
#include "services/network/public/mojom/url_loader_factory.mojom.h" #include "services/network/public/mojom/url_loader_factory.mojom.h"
......
...@@ -80,6 +80,7 @@ mojom("mojom") { ...@@ -80,6 +80,7 @@ mojom("mojom") {
"fetch_api.mojom", "fetch_api.mojom",
"http_request_headers.mojom", "http_request_headers.mojom",
"network_change_manager.mojom", "network_change_manager.mojom",
"network_context.mojom",
"network_param.mojom", "network_param.mojom",
"network_service.mojom", "network_service.mojom",
"network_service_test.mojom", "network_service_test.mojom",
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment