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

Unified Diff: mojo/services/network/interfaces/network_service.mojom

Issue 1397363005: Make the mojom files under //mojo/services/network/interfaces basically the same as the ones in the… (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 5 years, 2 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: mojo/services/network/interfaces/network_service.mojom
diff --git a/mojo/services/network/interfaces/network_service.mojom b/mojo/services/network/interfaces/network_service.mojom
index 5737ca95c15d6562a5e21fc7601a6c71fbb1d487..c1f957cc376ef070684098cd4bcdba06fffd48c1 100644
--- a/mojo/services/network/interfaces/network_service.mojom
+++ b/mojo/services/network/interfaces/network_service.mojom
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+[DartPackage="mojo_services"]
module mojo;
+import "mojo/public/interfaces/network/network_error.mojom";
import "network/interfaces/cookie_store.mojom";
import "network/interfaces/host_resolver.mojom";
import "network/interfaces/http_server.mojom";
@@ -14,7 +16,6 @@ import "network/interfaces/udp_socket.mojom";
import "network/interfaces/url_loader.mojom";
import "network/interfaces/url_loader_interceptor.mojom";
import "network/interfaces/web_socket.mojom";
-import "third_party/mojo/src/mojo/public/interfaces/network/network_error.mojom";
// TODO Darin suggests that this should probably be two classes. One for
// high-level origin-build requests like WebSockets and HTTP, and the other for
« no previous file with comments | « mojo/services/network/interfaces/net_address.mojom ('k') | mojo/services/network/interfaces/tcp_bound_socket.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698