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 dfbe1793f267e0e2bca6db62335dbf77d47758f0..9211606355209850d7fb1586c5d4c6c8112215b0 100644 |
--- a/android_webview/native/aw_web_contents_delegate.h |
+++ b/android_webview/native/aw_web_contents_delegate.h |
@@ -42,6 +42,7 @@ class AwWebContentsDelegate |
void NavigationStateChanged(content::WebContents* source, |
content::InvalidateTypes changed_flags) override; |
void WebContentsCreated(content::WebContents* source_contents, |
+ int opener_render_process_id, |
int opener_render_frame_id, |
const std::string& frame_name, |
const GURL& target_url, |