| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index eeaf26305188494c5aadd08a32b70f5db2b0fe6d..80530abd0ce5ad8877a7b2c12bc37252c21cfcd7 100644
|
| --- a/chrome/browser/automation/automation_provider.cc
|
| +++ b/chrome/browser/automation/automation_provider.cc
|
| @@ -163,8 +163,7 @@ bool AutomationProvider::InitializeChannel(const std::string& channel_id) {
|
| effective_channel_id,
|
| GetChannelMode(use_named_interface),
|
| this,
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO),
|
| - false /* needs_override_peer_pid */));
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)));
|
| channel_->AddFilter(automation_resource_message_filter_);
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|