| Index: chrome/test/automation/automation_proxy.cc
|
| diff --git a/chrome/test/automation/automation_proxy.cc b/chrome/test/automation/automation_proxy.cc
|
| index bee556a483a177fb4c4e6e6885e87a73835214bb..ddcc267bd20da5f284d2f7be311fbc9406399e34 100644
|
| --- a/chrome/test/automation/automation_proxy.cc
|
| +++ b/chrome/test/automation/automation_proxy.cc
|
| @@ -161,8 +161,8 @@ void AutomationProxy::InitializeChannel(const std::string& channel_id,
|
| // The shutdown event could be global on the same lines as the automation
|
| // provider, where we use the shutdown event provided by the chrome browser
|
| // process.
|
| - IPC::Channel::Mode mode =
|
| - use_named_interface ? IPC::Channel::MODE_NAMED_CLIENT
|
| + IPC::Channel::Mode mode =
|
| + use_named_interface ? IPC::Channel::MODE_NAMED_CLIENT
|
| : IPC::Channel::MODE_SERVER;
|
| // Create the pipe immediately if we are serving, so that Chrome doesn't try
|
| // to connect an unready server. Create it asynchronously if we are the
|
|
|