| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index b86ec61382bdde82a9158a404378ac65fc668ef7..01c9c0897ea087977474a91e4ce3c0f758710243 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -137,10 +137,12 @@ bool WebContentsDelegate::OnGoToEntryOffset(int offset) {
|
|
|
| bool WebContentsDelegate::ShouldCreateWebContents(
|
| WebContents* web_contents,
|
| + SiteInstance* source_site_instance,
|
| int32_t route_id,
|
| int32_t main_frame_route_id,
|
| int32_t main_frame_widget_route_id,
|
| WindowContainerType window_container_type,
|
| + const GURL& opener_url,
|
| const std::string& frame_name,
|
| const GURL& target_url,
|
| const std::string& partition_id,
|
|
|