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

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: Revert unused changes from previous attempt + more cleanup. Created 5 years, 10 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 879e8d8513c03fa6ccb621249098bb66873a0fab..9fa8d81d15fdd5b78678a2709459cde43c2f3b1a 100644
--- a/content/public/browser/web_contents.h
+++ b/content/public/browser/web_contents.h
@@ -150,6 +150,14 @@ class WebContents : public PageNavigator,
~WebContents() override {}
+ // Attaches or associates a local frame denoted by
+ // |embedder_local_render_frame_id| in |owner_web_contents| to this
+ // WebContents.
+ virtual int AttachLocalFrameToGuest(WebContents* owner_web_contents,
+ int embedder_local_render_frame_id,
+ int guest_instance_id) = 0;
+
+
// Intrinsic tab state -------------------------------------------------------
// Gets/Sets the delegate.

Powered by Google App Engine
This is Rietveld 408576698