| Index: chrome/test/automation/automation_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/automation_proxy.cc (revision 83679)
|
| +++ chrome/test/automation/automation_proxy.cc (working copy)
|
| @@ -157,7 +157,7 @@
|
| use_named_interface ? IPC::Channel::MODE_NAMED_CLIENT
|
| : IPC::Channel::MODE_SERVER,
|
| this, // we are the listener
|
| - thread_->message_loop(),
|
| + thread_->message_loop_proxy(),
|
| true,
|
| shutdown_event_.get()));
|
| channel_->AddFilter(new AutomationMessageFilter(this));
|
|
|