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

Unified Diff: mojo/services/public/interfaces/launcher/launcher.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/services/public/interfaces/launcher/launcher.mojom
diff --git a/mojo/services/public/interfaces/launcher/launcher.mojom b/mojo/services/public/interfaces/launcher/launcher.mojom
index 839bffb5cfcbf5f85cd6523fdac320c111bdaa17..46f0dccce5f8937ac99f79b8e5592fcc015c9532 100644
--- a/mojo/services/public/interfaces/launcher/launcher.mojom
+++ b/mojo/services/public/interfaces/launcher/launcher.mojom
@@ -23,8 +23,8 @@ interface Launcher {
//
// Note: |response| can be NULL in the case where a request was not needed to
// determine the correct handler.
- Launch(NavigationDetails details) =>
- (string handler_url, string view_url, ResponseDetails response);
+ Launch(NavigationDetails? details) =>
+ (string? handler_url, string? view_url, ResponseDetails? response);
};
}

Powered by Google App Engine
This is Rietveld 408576698