Index: chrome/browser/automation/automation_provider_win.cc |
diff --git a/chrome/browser/automation/automation_provider_win.cc b/chrome/browser/automation/automation_provider_win.cc |
index 997cfe026dcd4a44be43bf47e04f5d2a6e7104a3..330eabfe4f88dc8ce2d628693fdc53b09a1cd774 100644 |
--- a/chrome/browser/automation/automation_provider_win.cc |
+++ b/chrome/browser/automation/automation_provider_win.cc |
@@ -363,7 +363,7 @@ void AutomationProvider::OnForwardContextMenuCommandToChrome(int tab_handle, |
return; |
} |
- tab_contents->delegate()->ExecuteContextMenuCommand(command); |
+ tab_contents->delegate()->ExecuteContextMenuCommand(command, 0); |
} |
} |