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

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: some review comments addressed Created 5 years, 9 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 43804129322c4ed56ffc7b451c6ae1e5b84bfc2d..b0c40e135a243b4ccb764a87fa3195a3caa90580 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -156,6 +156,12 @@ class WebContents : public PageNavigator,
~WebContents() override {}
+ // Attaches or associates this WebContents to a frame in
+ // |embedder_web_contents|.
+ // The frame has routing id |embedder_frame_routing_id|.
+ virtual int AttachLocalFrameToGuest(WebContents* embedder_web_contents,
+ int embedder_frame_routing_id) = 0;
Charlie Reis 2015/04/08 23:42:12 Always pass routing IDs and process IDs together.
lazyboy 2015/04/14 01:38:04 Done.
+
// Intrinsic tab state -------------------------------------------------------
// Gets/Sets the delegate.

Powered by Google App Engine
This is Rietveld 408576698