Index: mojo/services/public/interfaces/content_handler/content_handler.mojom |
diff --git a/mojo/services/public/interfaces/content_handler/content_handler.mojom b/mojo/services/public/interfaces/content_handler/content_handler.mojom |
index 6c07580e30a0c81b767fb1b618cddbe4cb586aa5..1a0ce072f074f5658a95b14e1b69d02127226816 100644 |
--- a/mojo/services/public/interfaces/content_handler/content_handler.mojom |
+++ b/mojo/services/public/interfaces/content_handler/content_handler.mojom |
@@ -8,9 +8,9 @@ import "mojo/services/public/interfaces/network/url_loader.mojom" |
module mojo { |
interface ContentHandler { |
- OnConnect(string url, |
- URLResponse url_response, |
- ServiceProvider service_provider); |
+ OnConnect(string? url, |
+ URLResponse? url_response, |
+ ServiceProvider? service_provider); |
}; |
} |