Index: chrome/test/automation/tab_proxy.h |
=================================================================== |
--- chrome/test/automation/tab_proxy.h (revision 26702) |
+++ chrome/test/automation/tab_proxy.h (working copy) |
@@ -310,15 +310,8 @@ |
bool OverrideEncoding(const std::string& encoding); |
#if defined(OS_WIN) |
- // Resizes the tab window. |
- // The parent_window parameter allows a parent to be specified for the window |
- // 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) |
// Selects all contents on the page. |