Chromium Code Reviews| Index: content/public/browser/web_contents.h |
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
| index 62f09a8f47ca151e0743309be0a58979b8dcdeb6..dc6b91d0ed8adc0c942e409869a3f3a13d77b1a6 100644 |
| --- a/content/public/browser/web_contents.h |
| +++ b/content/public/browser/web_contents.h |
| @@ -376,6 +376,12 @@ class WebContents : public PageNavigator, |
| // has one. |
| virtual void DispatchBeforeUnload(bool for_cross_site_transition) = 0; |
| + // Attaches or associates this inner WebContents to its container frame |
|
nasko
2015/05/22 16:32:28
nit: What is the difference between "attach" and "
lazyboy
2015/05/26 16:32:55
None, removed "associates".
|
| + // |outer_contents_frame| in |outer_web_contents|. |
| + virtual void AttachToOuterWebContentsFrame( |
| + WebContents* outer_web_contents, |
| + RenderFrameHost* outer_contents_frame) = 0; |
| + |
| // Commands ------------------------------------------------------------------ |
| // Stop any pending navigation. |