Index: android_webview/native/aw_web_contents_delegate.h |
diff --git a/android_webview/native/aw_web_contents_delegate.h b/android_webview/native/aw_web_contents_delegate.h |
index 81695d081b672dc2e4a0d812a047455210343586..e9f7f697e4d8f5a5a475b53abee8904354b6c80b 100644 |
--- a/android_webview/native/aw_web_contents_delegate.h |
+++ b/android_webview/native/aw_web_contents_delegate.h |
@@ -51,6 +51,7 @@ class AwWebContentsDelegate |
void ActivateContents(content::WebContents* contents) override; |
void LoadingStateChanged(content::WebContents* source, |
bool to_different_document) override; |
+ bool ShouldResumeRequestsForCreatedWindow() override; |
void RequestMediaAccessPermission( |
content::WebContents* web_contents, |
const content::MediaStreamRequest& request, |