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

Unified Diff: ipc/mojo/ipc.mojom

Issue 2047953002: Explicitly serialise platform file attachments instead of doing them implicitly as a mojo handle at… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | ipc/mojo/ipc_channel_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc.mojom
diff --git a/ipc/mojo/ipc.mojom b/ipc/mojo/ipc.mojom
index d15a23c3e95157dce6ef3da7fb045ca350ef0b75..681da120f70e5614ac0c9418fa2526ecdb92d88f 100644
--- a/ipc/mojo/ipc.mojom
+++ b/ipc/mojo/ipc.mojom
@@ -9,6 +9,7 @@ struct SerializedHandle {
enum Type {
MOJO_HANDLE,
+ PLATFORM_FILE,
WIN_HANDLE,
MACH_PORT,
};
« no previous file with comments | « no previous file | ipc/mojo/ipc_channel_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698