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

Unified Diff: net/interfaces/proxy_resolver_service.mojom

Issue 2083433002: Mojo: Remove url type converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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/OWNERS ('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 f6656fa1da08b7f0887cc32ffff788a56d5e5643..2ae84e14e8fa140a758e1b45c68aa51fb209f7e8 100644
--- a/net/interfaces/proxy_resolver_service.mojom
+++ b/net/interfaces/proxy_resolver_service.mojom
@@ -8,6 +8,7 @@
module net.interfaces;
import "host_resolver_service.mojom";
+import "url/mojo/url.mojom";
// Mirror of net::ProxyServer::Scheme.
enum ProxyScheme {
@@ -32,7 +33,7 @@ struct ProxyServer {
interface ProxyResolver {
// Use a ProxyResolverRequestClient instead of returning a result so we can
// cancel in-flight requests by destroying the client.
- GetProxyForUrl(string url, ProxyResolverRequestClient client);
+ GetProxyForUrl(url.mojom.Url url, ProxyResolverRequestClient client);
};
interface ProxyResolverRequestClient {
« no previous file with comments | « net/interfaces/OWNERS ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698