Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2233)

Unified Diff: extensions/browser/guest_view/web_view/web_view_guest.h

Issue 2385363002: Pass the RenderProcessHost id on retargeting. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/guest_view/web_view/web_view_guest.h
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.h b/extensions/browser/guest_view/web_view/web_view_guest.h
index 5bd7d1976971e765c79641bb7295df75c6aebbcc..9ae9a4c24ef2171c3ed7acf5d9e2cadd11e04743 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.h
+++ b/extensions/browser/guest_view/web_view/web_view_guest.h
@@ -243,6 +243,7 @@ class WebViewGuest : public guest_view::GuestView<WebViewGuest>,
content::WebContents* source,
const content::OpenURLParams& params) final;
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,

Powered by Google App Engine
This is Rietveld 408576698