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

Unified Diff: mojo/public/interfaces/application/service_provider.mojom

Issue 502853002: Mojom: Blanket change to mark all pointer/handle fields as nullable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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: mojo/public/interfaces/application/service_provider.mojom
diff --git a/mojo/public/interfaces/application/service_provider.mojom b/mojo/public/interfaces/application/service_provider.mojom
index 1d006b43a0fb5222a6363ec46fbbf683f9b514dd..00eb057c9f32fbd012c1119b0a087d3879c75be4 100644
--- a/mojo/public/interfaces/application/service_provider.mojom
+++ b/mojo/public/interfaces/application/service_provider.mojom
@@ -10,7 +10,7 @@ module mojo {
interface ServiceProvider {
// Connect the given message pipe handle to the named service. If the named
// service does not exist, then the handle will be closed.
- ConnectToService(string interface_name, handle<message_pipe> pipe);
+ ConnectToService(string? interface_name, handle<message_pipe>? pipe);
};
}
« no previous file with comments | « mojo/public/interfaces/application/application.mojom ('k') | mojo/public/interfaces/application/shell.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698