Index: chrome/test/automation/tab_proxy.h |
=================================================================== |
--- chrome/test/automation/tab_proxy.h (revision 13205) |
+++ chrome/test/automation/tab_proxy.h (working copy) |
@@ -289,6 +289,7 @@ |
// Resizes the tab window. |
void Reposition(HWND window, HWND window_insert_after, int left, int top, |
int width, int height, int flags); |
+ void SetParentWindow(HWND window, HWND parent_window, long flags); |
#endif // defined(OS_WIN) |
private: |