| 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 bd4769aad0ab8aa944e71e92885045510de2a8ec..b855038426215f06dc303fcf677994223a8c53f2 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -194,6 +194,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| int x,
|
| int y,
|
| const GetRenderViewHostCallback& callback) OVERRIDE;
|
| + virtual WebContents* GetEmbedderWebContents() const OVERRIDE;
|
| + virtual int GetInstanceID() const OVERRIDE;
|
| virtual int GetRoutingID() const OVERRIDE;
|
| virtual RenderWidgetHostView* GetRenderWidgetHostView() const OVERRIDE;
|
| virtual WebContentsView* GetView() const OVERRIDE;
|
|
|