diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 16:13:45 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-07 16:13:45 +0000 |
commit | a2c5a9894846449c6ab3180339557af293975b9a (patch) | |
tree | d405bfd112208295be4b17891118527b50537e79 /chrome/test/automation/tab_proxy.h | |
parent | f45fcf799c725a5206e5de4940cd35773ab9a697 (diff) | |
download | chromium_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.h | 1 |
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: |