| Index: content/browser/web_contents/web_contents_impl.h
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_impl.h (revision 154977)
|
| +++ content/browser/web_contents/web_contents_impl.h (working copy)
|
| @@ -206,10 +206,6 @@
|
| virtual bool NeedToFireBeforeUnload() OVERRIDE;
|
| virtual void Stop() OVERRIDE;
|
| virtual content::WebContents* Clone() OVERRIDE;
|
| - virtual void AddNewContents(content::WebContents* new_contents,
|
| - WindowOpenDisposition disposition,
|
| - const gfx::Rect& initial_pos,
|
| - bool user_gesture) OVERRIDE;
|
| virtual gfx::NativeView GetContentNativeView() const OVERRIDE;
|
| virtual gfx::NativeView GetNativeView() const OVERRIDE;
|
| virtual void GetContainerBounds(gfx::Rect* out) const OVERRIDE;
|
|
|