| 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 731e90068e1faca78a80dca4b0f4d8d228fa8114..0a31742d35581a539552a32c393fd65485dc30ed 100644
|
| --- a/components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| +++ b/components/web_contents_delegate_android/web_contents_delegate_android.cc
|
| @@ -219,8 +219,7 @@
|
| int opener_render_frame_id,
|
| const std::string& frame_name,
|
| const GURL& target_url,
|
| - WebContents* new_contents,
|
| - const base::Optional<content::WebContents::CreateParams>& create_params) {
|
| + WebContents* new_contents) {
|
| JNIEnv* env = AttachCurrentThread();
|
| ScopedJavaLocalRef<jobject> obj = GetJavaDelegate(env);
|
| if (obj.is_null())
|
|
|