| Index: components/web_contents_delegate_android/web_contents_delegate_android.h
|
| diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.h b/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| index e4d63c199e9afae2d17408d6713316e342789e64..7edcdd6549cc3592d67050e149676e39412c7fcd 100644
|
| --- a/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| +++ b/components/web_contents_delegate_android/web_contents_delegate_android.h
|
| @@ -72,6 +72,7 @@ class WebContentsDelegateAndroid : public content::WebContentsDelegate {
|
| void RendererUnresponsive(content::WebContents* source) override;
|
| void RendererResponsive(content::WebContents* source) override;
|
| void WebContentsCreated(content::WebContents* source_contents,
|
| + int opener_render_process_id,
|
| int opener_render_frame_id,
|
| const std::string& frame_name,
|
| const GURL& target_url,
|
|
|