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

Unified Diff: content/browser/web_contents/web_contents_impl.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/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 782389f651aa033f0248c0d2bda583d5a70cbd3d..671378fa3ea2a3d597d42ca83b5f51ea2e4f1b00 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -124,6 +124,10 @@ class CONTENT_EXPORT WebContentsImpl
// members call back into our virtual functions in the constructor.
virtual void Init(const WebContents::CreateParams& params);
+ int AttachLocalFrameToGuest(WebContents* owner_web_contents,
+ int embedder_local_render_frame_id,
+ int guest_instance_id) override;
+
// Returns the SavePackage which manages the page saving job. May be NULL.
SavePackage* save_package() const { return save_package_.get(); }

Powered by Google App Engine
This is Rietveld 408576698