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

Unified Diff: content/public/browser/web_contents.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: sync Created 5 years, 6 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: content/public/browser/web_contents.h
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
index b2eaf32ca3591147d42a067bc6722d402f00fb66..ab0fe6df66aa4ccdd768fadbc80f9ab85b6bcb0a 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -386,6 +386,12 @@ class WebContents : public PageNavigator,
// has one.
virtual void DispatchBeforeUnload(bool for_cross_site_transition) = 0;
+ // Attaches this inner WebContents to its container frame
+ // |outer_contents_frame| in |outer_web_contents|.
+ virtual void AttachToOuterWebContentsFrame(
+ WebContents* outer_web_contents,
+ RenderFrameHost* outer_contents_frame) = 0;
+
// Commands ------------------------------------------------------------------
// Stop any pending navigation.
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | extensions/renderer/guest_view/extensions_guest_view_container.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698