summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/tab_proxy.h
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 16:13:45 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-07 16:13:45 +0000
commita2c5a9894846449c6ab3180339557af293975b9a (patch)
treed405bfd112208295be4b17891118527b50537e79 /chrome/test/automation/tab_proxy.h
parentf45fcf799c725a5206e5de4940cd35773ab9a697 (diff)
downloadchromium_src-a2c5a9894846449c6ab3180339557af293975b9a.zip
chromium_src-a2c5a9894846449c6ab3180339557af293975b9a.tar.gz
chromium_src-a2c5a9894846449c6ab3180339557af293975b9a.tar.bz2
Updated the AutomationMsg_TabReposition IPC to be able to set the parent of a window.
Bug=1751431 Review URL: http://codereview.chromium.org/62042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13253 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/tab_proxy.h')
-rw-r--r--chrome/test/automation/tab_proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h
index 3603763..e05701f 100644
--- a/chrome/test/automation/tab_proxy.h
+++ b/chrome/test/automation/tab_proxy.h
@@ -289,6 +289,7 @@ class TabProxy : public AutomationResourceProxy {
// 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: