| Index: content/browser/web_contents/web_contents_impl.cc
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_impl.cc (revision 219349)
|
| +++ content/browser/web_contents/web_contents_impl.cc (working copy)
|
| @@ -3654,6 +3654,13 @@
|
| 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,
|
|
|