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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2499053003: Simplify RenderFrameImpl::ResolveOpener() (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 887a8a11b23475a66ac04f4d1cf778549379fca7..25de50ab70764ee68dc23030c245cd31edb6efc9 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -226,13 +226,8 @@ class CONTENT_EXPORT RenderFrameImpl
CreateRenderFrameImplFunction create_render_frame_impl);
// Looks up and returns the WebFrame corresponding to a given opener frame
- // routing ID. Also stores the opener's RenderView routing ID into
- // |opener_view_routing_id|.
- //
- // TODO(alexmos): remove RenderViewImpl's dependency on
- // opener_view_routing_id.
- static blink::WebFrame* ResolveOpener(int opener_frame_routing_id,
- int* opener_view_routing_id);
+ // routing ID.
+ static blink::WebFrame* ResolveOpener(int opener_frame_routing_id);
// Overwrites the given URL to use an HTML5 embed if possible.
blink::WebURL overrideFlashEmbedWithHTML(const blink::WebURL& url) override;
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698