| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 0c4fd141231280308e29528ad440a714cc139762..0cd2eada98a99f40f7d5611d48b37a41443c1e06 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -1034,7 +1034,8 @@ class Browser : public TabHandlerDelegate,
|
| content::WebContents* web_contents,
|
| int route_id,
|
| WindowContainerType window_container_type,
|
| - const string16& frame_name) OVERRIDE;
|
| + const string16& frame_name,
|
| + const GURL& target_url) OVERRIDE;
|
| virtual void WebContentsCreated(content::WebContents* source_contents,
|
| int64 source_frame_id,
|
| const GURL& target_url,
|
| @@ -1354,9 +1355,9 @@ class Browser : public TabHandlerDelegate,
|
| // Creates a BackgroundContents if appropriate; return true if one was
|
| // created.
|
| bool MaybeCreateBackgroundContents(int route_id,
|
| - content::SiteInstance* site,
|
| - const GURL& opener_url,
|
| - const string16& frame_name);
|
| + content::WebContents* opener_web_contents,
|
| + const string16& frame_name,
|
| + const GURL& target_url);
|
|
|
| // Data members /////////////////////////////////////////////////////////////
|
|
|
|
|