diff options
Diffstat (limited to 'chrome/test/automation/tab_proxy.h')
-rw-r--r-- | chrome/test/automation/tab_proxy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index d8055fa..326f0dc 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -360,6 +360,9 @@ class TabProxy : public AutomationResourceProxy { // Sends the selected context menu command to the chrome instance void SendContextMenuCommand(int selected_command); + + // To be called when the window hosting the tab has moved. + void OnHostMoved(); #endif // defined(OS_WIN) // Selects all contents on the page. |