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

Unified Diff: mojo/application_manager/test.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
« no previous file with comments | « device/serial/serial.mojom ('k') | mojo/examples/echo/echo_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application_manager/test.mojom
diff --git a/mojo/application_manager/test.mojom b/mojo/application_manager/test.mojom
index 0beaba5a7045618528eded4343a3a1a1082d9d2a..6a035814b04aa675c444fc5612822abd63220598 100644
--- a/mojo/application_manager/test.mojom
+++ b/mojo/application_manager/test.mojom
@@ -6,7 +6,7 @@ module mojo {
[Client=TestClient]
interface TestService {
- Test(string test_string);
+ Test(string? test_string);
};
interface TestClient {
« no previous file with comments | « device/serial/serial.mojom ('k') | mojo/examples/echo/echo_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698