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

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

Issue 972313002: Make <webview> use out-of-process iframe architecture. (Closed) Base URL: ssh://saopaulo.wat/mnt/dev/shared/src@testoopif2z-better-chrome
Patch Set: Make <webview> work without --site-per-process as well Created 5 years, 8 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 1a2b3685e835e9c6c13c986fbb13710b18f205ad..1033285a4d9259ad01ac07d7bd2fbd6c458eebae 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.h
+++ b/extensions/browser/guest_view/web_view/web_view_guest.h
@@ -322,6 +322,8 @@ class WebViewGuest : public GuestView<WebViewGuest>,
const content::Referrer& referrer,
ui::PageTransition transition_type,
bool force_navigation);
+ content::WebContents* OpenURLFromTabForSitePerProcess(
+ content::WebContents* source, const content::OpenURLParams& params);
void RequestNewWindowPermission(
WindowOpenDisposition disposition,

Powered by Google App Engine
This is Rietveld 408576698