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

Unified Diff: net/interfaces/proxy_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/interfaces/host_resolver_service.mojom ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/interfaces/proxy_resolver_service.mojom
diff --git a/net/interfaces/proxy_resolver_service.mojom b/net/interfaces/proxy_resolver_service.mojom
index 2cb7a0b7857616bf81c7e028a7f9e3ad9df478da..a2fb70e54b34295c7c8d5a61b14deefc7074eb78 100644
--- a/net/interfaces/proxy_resolver_service.mojom
+++ b/net/interfaces/proxy_resolver_service.mojom
@@ -27,7 +27,7 @@ struct ProxyServer {
uint16 port;
};
-interface ProxyResolverService {
+interface ProxyResolver {
SetPacScript(string data) => (int32 result);
// Use a ProxyResolverRequestClient instead of returning a result so we can
@@ -43,6 +43,6 @@ interface ProxyResolverRequestClient {
interface ProxyResolverFactory {
// TODO(amistry): Add NetLog and ProxyResolverErrorObserver.
- CreateResolver(ProxyResolverService& resolver,
- HostResolverService host_resolver);
+ CreateResolver(ProxyResolver& resolver,
+ HostResolver host_resolver);
};
« no previous file with comments | « net/interfaces/host_resolver_service.mojom ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698