Index: content/browser/android/content_view_core_impl.cc |
diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc |
index 2ef62bec3df0142e13e38f818bb89893184867ed..4b53b5efa2b2776edfb91bf710d168f28e4e2c15 100644 |
--- a/content/browser/android/content_view_core_impl.cc |
+++ b/content/browser/android/content_view_core_impl.cc |
@@ -1578,6 +1578,11 @@ void ContentViewCoreImpl::ExtractSmartClipData(JNIEnv* env, |
GetWebContents()->GetRoutingID(), rect)); |
} |
+void ContentViewCoreImpl::ResumeResponseDeferredAtStart(JNIEnv* env, |
+ jobject obj) { |
+ GetWebContents()->ResumeResponseDeferredAtStart(); |
+} |
+ |
jint ContentViewCoreImpl::GetCurrentRenderProcessId(JNIEnv* env, jobject obj) { |
return GetRenderProcessIdFromRenderViewHost( |
web_contents_->GetRenderViewHost()); |