| 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 db686ede026e19d09192dae526756bc433369e82..5d043d00b319efc6e36aeb25222d301e07f3b2c4 100644
|
| --- a/content/public/common/child_process_host.h
|
| +++ b/content/public/common/child_process_host.h
|
| @@ -81,10 +81,6 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Sender {
|
| // Does not check with the delegate's CanShutdown.
|
| virtual void ForceShutdown() = 0;
|
|
|
| - // Creates the IPC channel. Returns the channel id if it succeeded, an
|
| - // empty string otherwise
|
| - virtual std::string CreateChannel() = 0;
|
| -
|
| // Creates the IPC channel on top of Mojo. Returns the Mojo channel token if
|
| // succeeded, or an empty string on failure.
|
| //
|
|
|