| Index: content/public/browser/web_contents.h | 
| diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h | 
| index 86ac67516f244bcab47b4cd7ca22837b99fdcff1..a9523275e4b675fac55f65b1c1639d92df68d3bd 100644 | 
| --- a/content/public/browser/web_contents.h | 
| +++ b/content/public/browser/web_contents.h | 
| @@ -377,6 +377,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. | 
|  |