| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index 09d45bc64d71e7b0d670a9f08cb5066be0041350..4f4353113577a4a40a83a988158fe9153322d8f2 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -232,11 +232,6 @@ class CONTENT_EXPORT RenderViewImpl
|
| void ShowCreatedFullscreenWidget(RenderWidget* fullscreen_widget,
|
| blink::WebNavigationPolicy policy,
|
| const gfx::Rect& initial_rect);
|
| - // A RenderView widget opened by this view needs to be shown.
|
| - void ShowCreatedViewWidget(bool opened_by_user_gesture,
|
| - RenderWidget* render_view,
|
| - blink::WebNavigationPolicy policy,
|
| - const gfx::Rect& initial_rect);
|
|
|
| // Returns the length of the session history of this RenderView. Note that
|
| // this only coincides with the actual length of the session history if this
|
|
|