diff options
author | joshia@google.com <joshia@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-28 21:50:39 +0000 |
---|---|---|
committer | joshia@google.com <joshia@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-28 21:50:39 +0000 |
commit | 31fb110528230784dc006c182edfa1003a2b9be8 (patch) | |
tree | 1643403af67a179f2439ca565f203f5a2c780872 /chrome/browser/automation/automation_provider.h | |
parent | 875ac10e1efb37bff2182aa82e4da47830c09a6b (diff) | |
download | chromium_src-31fb110528230784dc006c182edfa1003a2b9be8.zip chromium_src-31fb110528230784dc006c182edfa1003a2b9be8.tar.gz chromium_src-31fb110528230784dc006c182edfa1003a2b9be8.tar.bz2 |
Better control over window creation of external tabs
Improving automation interface to offer better control over
window creation of external tabs. The changes allow us
to specify a parent window, initial size and window style.
Review URL: http://codereview.chromium.org/19048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r-- | chrome/browser/automation/automation_provider.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index 0022369..841bfce 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -237,7 +237,8 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>, const std::string& html_text); void HideInterstitialPage(const IPC::Message& message, int tab_handle); - void CreateExternalTab(const IPC::Message& message); + void CreateExternalTab(const IPC::Message& message, HWND parent, + const gfx::Rect& dimensions, unsigned int style); void NavigateInExternalTab(const IPC::Message& message, int handle, const GURL& url); // The container of an externally hosted tab calls this to reflect any |