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

Unified Diff: ipc/mojo/ipc_channel_mojo.cc

Issue 1180313007: IPC: Add new classes required for attachment brokering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark overriding method with override. 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
« ipc/handle_attachment_win.h ('K') | « ipc/ipc_message_attachment.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/ipc_channel_mojo.cc
diff --git a/ipc/mojo/ipc_channel_mojo.cc b/ipc/mojo/ipc_channel_mojo.cc
index d4e52606776ff043cd5afc81bd52f9df7e9c06a7..62fcb191a43bfc23c07b12483cc0a7f6be41a437 100644
--- a/ipc/mojo/ipc_channel_mojo.cc
+++ b/ipc/mojo/ipc_channel_mojo.cc
@@ -532,6 +532,9 @@ MojoResult ChannelMojo::ReadFromMessageAttachmentSet(
attachment.get())->TakeHandle();
handles->push_back(handle.release().value());
} break;
+ case MessageAttachment::TYPE_WIN_HANDLE:
+ NOTREACHED();
+ break;
}
}
« ipc/handle_attachment_win.h ('K') | « ipc/ipc_message_attachment.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698