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 3bc66e646685ea7904b50cbc619cff8aa37616b0..922452596ad13657c942a661c51ccc77a301e138 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -3672,6 +3672,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, |