Index: chrome/browser/automation/testing_automation_provider.cc |
=================================================================== |
--- chrome/browser/automation/testing_automation_provider.cc (revision 133458) |
+++ chrome/browser/automation/testing_automation_provider.cc (working copy) |
@@ -323,6 +323,7 @@ |
bool TestingAutomationProvider::OnMessageReceived( |
const IPC::Message& message) { |
+ base::ThreadRestrictions::ScopedAllowWait allow_wait; |
bool handled = true; |
bool deserialize_success = true; |
IPC_BEGIN_MESSAGE_MAP_EX(TestingAutomationProvider, |