Index: android_webview/native/aw_contents.h |
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h |
index 8edd1c08aa9839219c0c098113212ebc58fc3750..af9e8819d497155b066766b68d34f69cc064ee60 100644 |
--- a/android_webview/native/aw_contents.h |
+++ b/android_webview/native/aw_contents.h |
@@ -244,6 +244,8 @@ class AwContents : public FindHelper::Listener, |
void GrantFileSchemeAccesstoChildProcess(JNIEnv* env, jobject obj); |
+ void ResumeLoadingCreatedPopupWebContents(JNIEnv* env, jobject obj); |
+ |
private: |
void InitAutofillIfNecessary(bool enabled); |