| Index: chrome/browser/android/content_view_util.cc
|
| diff --git a/chrome/browser/android/content_view_util.cc b/chrome/browser/android/content_view_util.cc
|
| index f4338fc0c3814e95771c65825cb8e1683f9ec878..898affb93910b178b28f69846de3e8cd1fb4351e 100644
|
| --- a/chrome/browser/android/content_view_util.cc
|
| +++ b/chrome/browser/android/content_view_util.cc
|
| @@ -17,8 +17,7 @@ static jlong CreateNativeWebContents(
|
| if (incognito)
|
| profile = profile->GetOffTheRecordProfile();
|
|
|
| - content::WebContents::CreateParams params =
|
| - content::WebContents::CreateParams(profile);
|
| + content::WebContents::CreateParams params(profile);
|
| params.initially_hidden = static_cast<bool>(initially_hidden);
|
| return reinterpret_cast<intptr_t>(content::WebContents::Create(params));
|
| }
|
|
|