Index: mojo/services/network/public/interfaces/url_loader.mojom |
diff --git a/mojo/services/network/public/interfaces/url_loader.mojom b/mojo/services/network/public/interfaces/url_loader.mojom |
index d0a7164246c086b08007dccbb31a5eb17c4e8333..f9601099fd71a6cd9cf1c71073402fb3db6315d5 100644 |
--- a/mojo/services/network/public/interfaces/url_loader.mojom |
+++ b/mojo/services/network/public/interfaces/url_loader.mojom |
@@ -48,6 +48,9 @@ struct URLResponse { |
// The final URL of the response, after redirects have been followed. |
string? url; |
+ // The site of the URL. |
+ string? site; |
+ |
// The HTTP status code. 0 if not applicable. |
uint32 status_code; |