Index: headless/lib/browser/headless_web_contents_impl.cc |
diff --git a/headless/lib/browser/headless_web_contents_impl.cc b/headless/lib/browser/headless_web_contents_impl.cc |
index f1b261a88cfe379b325d1c76f284a282da91169f..20865a3da6310390526b807f6dc55d140006627e 100644 |
--- a/headless/lib/browser/headless_web_contents_impl.cc |
+++ b/headless/lib/browser/headless_web_contents_impl.cc |
@@ -66,6 +66,7 @@ class HeadlessWebContentsImpl::Delegate : public content::WebContentsDelegate { |
: browser_context_(browser_context) {} |
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, |