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

Unified Diff: components/nacl/loader/nacl_trusted_listener.cc

Issue 2301103003: Use ChannelMojo for NaCl PPAPI channels. (Closed)
Patch Set: Created 4 years, 2 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 | « components/nacl/loader/nacl_trusted_listener.h ('k') | components/nacl/loader/nonsfi/nonsfi_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nacl_trusted_listener.cc
diff --git a/components/nacl/loader/nacl_trusted_listener.cc b/components/nacl/loader/nacl_trusted_listener.cc
index 771dd7d7223db18a5485c083daf3c884010b91d4..df8fc200c14b78b5b5d7ef904414b338d541add3 100644
--- a/components/nacl/loader/nacl_trusted_listener.cc
+++ b/components/nacl/loader/nacl_trusted_listener.cc
@@ -48,15 +48,6 @@ NaClTrustedListener::NaClTrustedListener(
NaClTrustedListener::~NaClTrustedListener() {
}
-IPC::ChannelHandle NaClTrustedListener::TakeClientChannelHandle() {
- IPC::ChannelHandle handle = channel_handle_;
-#if defined(OS_POSIX)
- handle.socket =
- base::FileDescriptor(channel_->TakeClientFileDescriptor());
-#endif
- return handle;
-}
-
bool NaClTrustedListener::OnMessageReceived(const IPC::Message& msg) {
return false;
}
« no previous file with comments | « components/nacl/loader/nacl_trusted_listener.h ('k') | components/nacl/loader/nonsfi/nonsfi_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698