| Index: chrome/service/service_ipc_server.cc
|
| ===================================================================
|
| --- chrome/service/service_ipc_server.cc (revision 83679)
|
| +++ chrome/service/service_ipc_server.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
| channel_.reset(NULL); // Tear down the existing channel, if any.
|
| channel_.reset(new IPC::SyncChannel(channel_handle_,
|
| IPC::Channel::MODE_NAMED_SERVER, this,
|
| - g_service_process->io_thread()->message_loop(), true,
|
| + g_service_process->io_thread()->message_loop_proxy(), true,
|
| g_service_process->shutdown_event()));
|
| DCHECK(sync_message_filter_.get());
|
| channel_->AddFilter(sync_message_filter_.get());
|
|
|