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

Unified Diff: mojo/services/dbus_echo/echo.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 | « mojo/public/interfaces/application/shell.mojom ('k') | mojo/services/gles2/command_buffer.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/dbus_echo/echo.mojom
diff --git a/mojo/services/dbus_echo/echo.mojom b/mojo/services/dbus_echo/echo.mojom
index 937737c223cf423c989c0eb76b41b12bb0f6df0b..947df297a4b501abd0e1f7970fcd38ff6f19cc1a 100644
--- a/mojo/services/dbus_echo/echo.mojom
+++ b/mojo/services/dbus_echo/echo.mojom
@@ -5,7 +5,7 @@
module mojo {
interface EchoService {
- Echo(string to_echo) => (string echoed);
+ Echo(string? to_echo) => (string? echoed);
};
}
« no previous file with comments | « mojo/public/interfaces/application/shell.mojom ('k') | mojo/services/gles2/command_buffer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698