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

Unified Diff: ipc/ipc_message_attachment.h

Issue 1180313007: IPC: Add new classes required for attachment brokering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from wfh. Created 5 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 | « ipc/ipc.gypi ('k') | 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/ipc_message_attachment.h
diff --git a/ipc/ipc_message_attachment.h b/ipc/ipc_message_attachment.h
index ba7f0e83f90567407ce69f59cd891b10492f1cbc..63dddfe4182dc69a87abf0053054b8886534d84b 100644
--- a/ipc/ipc_message_attachment.h
+++ b/ipc/ipc_message_attachment.h
@@ -20,6 +20,7 @@ class IPC_EXPORT MessageAttachment
enum Type {
TYPE_PLATFORM_FILE, // The instance is |PlatformFileAttachment|.
TYPE_MOJO_HANDLE, // The instance is |MojoHandleAttachment|.
+ TYPE_WIN_HANDLE, // The instance is |HandleAttachmentWin|.
};
virtual Type GetType() const = 0;
« no previous file with comments | « ipc/ipc.gypi ('k') | ipc/mojo/ipc_channel_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698