| Index: content/common/mojo/mojo_channel_init.h
|
| diff --git a/content/common/mojo/mojo_channel_init.h b/content/common/mojo/mojo_channel_init.h
|
| index 44fa8f47da269cb2fdcfb02c9844d7e2bbb65470..3057eeb24e27181c1dba248fdf2aebc07c021120 100644
|
| --- a/content/common/mojo/mojo_channel_init.h
|
| +++ b/content/common/mojo/mojo_channel_init.h
|
| @@ -31,10 +31,6 @@ class CONTENT_EXPORT MojoChannelInit {
|
| MojoChannelInit();
|
| ~MojoChannelInit();
|
|
|
| - // Initializes mojo. This is done implicitly when creating a MojoChannelInit,
|
| - // but can be done explicitly as necessary.
|
| - static void InitMojo();
|
| -
|
| // Inits the channel. This takes ownership of |file|.
|
| void Init(base::PlatformFile file,
|
| scoped_refptr<base::TaskRunner> io_thread_task_runner);
|
|
|