ipc: Remove the ability to override the listener task runner
commit3b159ee0cbc0e28a535f47a8af3a33795c915376
authorskyostil <skyostil@chromium.org>
Tue, 21 Jul 2015 08:59:10 +0000 (21 01:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Jul 2015 08:59:42 +0000 (21 08:59 +0000)
tree995a9d19fcaf2b5df9beb5223d90e2a687bd749f
parent33f8219a1c8f71c7781b0b9641b259482245b9c3
ipc: Remove the ability to override the listener task runner

Since base::ThreadTaskRunnerHandle::Get() is now configured to return
the correct value from the start, there's no need to override the IPC
listener task runner any longer.

BUG=465354

Review URL: https://codereview.chromium.org/1239273002

Cr-Commit-Position: refs/heads/master@{#339629}
content/child/child_thread_impl.cc
content/child/child_thread_impl.h
content/renderer/render_thread_impl.cc
ipc/ipc_channel_proxy.cc
ipc/ipc_channel_proxy.h