| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index 1e25d61403b85241aa0617c64ebf011f19276364..1ba30c931855bed26ef67b3f0c38d38de888260d 100644
|
| --- a/chrome/browser/automation/automation_provider.cc
|
| +++ b/chrome/browser/automation/automation_provider.cc
|
| @@ -156,6 +156,7 @@ bool AutomationProvider::InitializeChannel(const std::string& channel_id) {
|
| automation_resource_message_filter_ = new AutomationResourceMessageFilter;
|
| }
|
|
|
| + base::ThreadRestrictions::ScopedAllowIO allow_io;
|
| channel_.reset(new IPC::ChannelProxy(
|
| effective_channel_id,
|
| GetChannelMode(use_named_interface),
|
|
|