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

Unified Diff: net/interfaces/host_resolver_service.mojom

Issue 892393005: Implement browser-side host resolver Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-pac-interfaces
Patch Set: Change static_library to source_set. Created 5 years, 10 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
« no previous file with comments | « net/dns/mojo_type_converters.cc ('k') | net/interfaces/proxy_resolver_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/interfaces/host_resolver_service.mojom
diff --git a/net/interfaces/host_resolver_service.mojom b/net/interfaces/host_resolver_service.mojom
index c8acc38c1a5e0b2618374b2b18446bf93849a09a..249fa0707d3396f7dfdb412aed41b55fdb2401ae 100644
--- a/net/interfaces/host_resolver_service.mojom
+++ b/net/interfaces/host_resolver_service.mojom
@@ -40,7 +40,7 @@ struct AddressList {
array<IPEndPoint> addresses;
};
-interface HostResolverService {
+interface HostResolver {
// Use a HostResolverRequestClient instead of returning a result so we can
// cancel in-flight requests by destroying the client. IPC requests in Mojo
// cannot be cancelled directly.
« no previous file with comments | « net/dns/mojo_type_converters.cc ('k') | net/interfaces/proxy_resolver_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698