diff options
Diffstat (limited to 'chrome/browser/external_tab_container.h')
-rw-r--r-- | chrome/browser/external_tab_container.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/external_tab_container.h b/chrome/browser/external_tab_container.h index b335f13..9e631e4 100644 --- a/chrome/browser/external_tab_container.h +++ b/chrome/browser/external_tab_container.h @@ -51,7 +51,9 @@ class ExternalTabContainer : public TabContentsDelegate, return tab_contents_; } - bool Init(Profile* profile); + bool Init(Profile* profile, HWND parent, const gfx::Rect& dimensions, + unsigned int style); + // Overridden from TabContentsDelegate: virtual void OpenURLFromTab(TabContents* source, const GURL& url, |