diff options
Diffstat (limited to 'chrome/test/automation/tab_proxy.h')
-rw-r--r-- | chrome/test/automation/tab_proxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index 2b142b1..5366119 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -303,6 +303,10 @@ class TabProxy : public AutomationResourceProxy { // passed in. void Reposition(HWND window, HWND window_insert_after, int left, int top, int width, int height, int flags, HWND parent_window); + + // Sends the selected context menu command to the chrome instance + void SendContextMenuCommand(int selected_command); + #endif // defined(OS_WIN) // Calls delegates |