| 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 d36d310c3e82a986fcd66ef283d4e4074b2e49d9..0544a5a54dc1f87cab5d3d9ebb1096c5b11cf96a 100644
|
| --- a/content/public/common/child_process_host.h
|
| +++ b/content/public/common/child_process_host.h
|
| @@ -71,10 +71,6 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
|
| // On failure, returns an empty FilePath.
|
| static base::FilePath GetChildPath(int flags);
|
|
|
| - // Returns an AttachmentBroker used to broker attachments of IPC messages to
|
| - // child processes.
|
| - static IPC::AttachmentBrokerPrivileged* GetAttachmentBroker();
|
| -
|
| // Send the shutdown message to the child process.
|
| // Does not check with the delegate's CanShutdown.
|
| virtual void ForceShutdown() = 0;
|
|
|