| Index: chrome/browser/automation/extension_port_container.cc
|
| ===================================================================
|
| --- chrome/browser/automation/extension_port_container.cc (revision 69966)
|
| +++ chrome/browser/automation/extension_port_container.cc (working copy)
|
| @@ -40,7 +40,7 @@
|
| const std::string& message) {
|
| return automation_->Send(
|
| new AutomationMsg_ForwardMessageToExternalHost(
|
| - 0, tab_handle_, message, ext::kAutomationOrigin,
|
| + tab_handle_, message, ext::kAutomationOrigin,
|
| ext::kAutomationPortResponseTarget));
|
| }
|
|
|
| @@ -48,7 +48,7 @@
|
| const std::string& message) {
|
| return automation_->Send(
|
| new AutomationMsg_ForwardMessageToExternalHost(
|
| - 0, tab_handle_, message,
|
| + tab_handle_, message,
|
| ext::kAutomationOrigin,
|
| ext::kAutomationPortRequestTarget));
|
| }
|
|
|