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

Unified Diff: content/common/child_process_host_impl.cc

Issue 2476883002: Remove obsolete methods from IPC::Channel and related classes. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: content/common/child_process_host_impl.cc
diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc
index 42f368d0ed1272b3ac7b67c529fbc6e19ab07e12..71a34fcc6d9e244060725270f20ecda6b6fa252a 100644
--- a/content/common/child_process_host_impl.cc
+++ b/content/common/child_process_host_impl.cc
@@ -177,12 +177,6 @@ bool ChildProcessHostImpl::IsChannelOpening() {
return opening_channel_;
}
-#if defined(OS_POSIX)
-base::ScopedFD ChildProcessHostImpl::TakeClientFileDescriptor() {
- return channel_->TakeClientFileDescriptor();
-}
-#endif
-
bool ChildProcessHostImpl::Send(IPC::Message* message) {
if (!channel_) {
delete message;

Powered by Google App Engine
This is Rietveld 408576698