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

Unified Diff: content/public/renderer/render_frame.h

Issue 2837603002: Content API changes to improve DOM stitching in ThreatDetails code. (Closed)
Patch Set: Set output pointers correctly Created 3 years, 8 months 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/public/renderer/render_frame.h
diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
index 68992bd43234af805b06887c111fa2f15a2d35f2..92b2e6b8ecd91c512621f0ac7616649185c509ff 100644
--- a/content/public/renderer/render_frame.h
+++ b/content/public/renderer/render_frame.h
@@ -102,6 +102,8 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
// Visit all live RenderFrames.
static void ForEach(RenderFrameVisitor* visitor);
+ static int GetRoutingIdForWebFrame(blink::WebFrame* web_frame);
Charlie Reis 2017/05/05 21:03:08 Please add a comment. Note that it's easier to ta
lpz 2017/05/10 14:21:10 Done.
+
// Returns the RenderView associated with this frame.
virtual RenderView* GetRenderView() = 0;

Powered by Google App Engine
This is Rietveld 408576698