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

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

Issue 2837603002: Content API changes to improve DOM stitching in ThreatDetails code. (Closed)
Patch Set: Remove unnecessary deps 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 4202f0dd5a30f1a82fe0054d6047978518f98ca2..1a4c8f63f216d69775b7bd23dd90eda89669505f 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);
+
// Returns the RenderView associated with this frame.
virtual RenderView* GetRenderView() = 0;

Powered by Google App Engine
This is Rietveld 408576698