| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 4be882bfea83937b0f2c36bea2618bd2c03bee72..f02f54d04c7be912d754b28de4008bc07f8660bb 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -3673,6 +3673,13 @@ bool WebContentsImpl::CreateRenderViewForRenderManager(
|
| return true;
|
| }
|
|
|
| +#if defined(OS_ANDROID)
|
| +bool WebContentsImpl::CreateRenderViewForInitialEmptyDocument() {
|
| + return CreateRenderViewForRenderManager(GetRenderViewHost(),
|
| + MSG_ROUTING_NONE);
|
| +}
|
| +#endif
|
| +
|
| void WebContentsImpl::OnDialogClosed(RenderViewHost* rvh,
|
| IPC::Message* reply_msg,
|
| bool success,
|
|
|