| Index: components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| diff --git a/components/web_contents_delegate_android/web_contents_delegate_android.cc b/components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| index 8e309d5a00bfdbb90aeaef0ac711ccbccd09019f..1468e809c2b6982653399548be4212c165279cc6 100644
|
| --- a/components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| +++ b/components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| @@ -209,8 +209,11 @@ bool WebContentsDelegateAndroid::OnGoToEntryOffset(int offset) {
|
| }
|
|
|
| void WebContentsDelegateAndroid::WebContentsCreated(
|
| - WebContents* source_contents, int opener_render_frame_id,
|
| - const std::string& frame_name, const GURL& target_url,
|
| + WebContents* source_contents,
|
| + int opener_render_process_id,
|
| + int opener_render_frame_id,
|
| + const std::string& frame_name,
|
| + const GURL& target_url,
|
| WebContents* new_contents) {
|
| JNIEnv* env = AttachCurrentThread();
|
| ScopedJavaLocalRef<jobject> obj = GetJavaDelegate(env);
|
|
|