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

Unified Diff: net/interfaces/host_resolver_service.mojom

Issue 2083463002: Replace //net TypeConverters with StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@type-converter-cleanup--gurl
Patch Set: rebase Created 4 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: net/interfaces/host_resolver_service.mojom
diff --git a/net/interfaces/host_resolver_service.mojom b/net/interfaces/host_resolver_service.mojom
index 63975154ec5237712aac6ed54457729c37fd1d44..adcdca4d8a6cd16ea71b4f69c225aa1c7e1e3530 100644
--- a/net/interfaces/host_resolver_service.mojom
+++ b/net/interfaces/host_resolver_service.mojom
@@ -42,5 +42,5 @@ struct AddressList {
interface HostResolverRequestClient {
// |error| is a value in net::Error.
- ReportResult(int32 error, AddressList? result);
+ ReportResult(int32 error, AddressList result);
};

Powered by Google App Engine
This is Rietveld 408576698