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

Unified Diff: content/public/common/child_process_host.h

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/public/common/child_process_host.h
diff --git a/content/public/common/child_process_host.h b/content/public/common/child_process_host.h
index d77bf0fd5fe5f666e98b24005c6abbb29510d960..c82774e2d843c1ae3575b722101f68628de3327d 100644
--- a/content/public/common/child_process_host.h
+++ b/content/public/common/child_process_host.h
@@ -101,11 +101,6 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
// bind
// interfaces exposed to it from the child.
virtual service_manager::InterfaceProvider* GetRemoteInterfaces() = 0;
-
-#if defined(OS_POSIX)
- // See IPC::Channel::TakeClientFileDescriptor.
- virtual base::ScopedFD TakeClientFileDescriptor() = 0;
-#endif
};
}; // namespace content

Powered by Google App Engine
This is Rietveld 408576698