Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Unified Diff: content/renderer/render_view_impl.h

Issue 2506183002: Make window.open() IPCs be frame-based (Closed)
Patch Set: Compile fix. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698