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

Unified Diff: content/renderer/web_frame_utils.h

Issue 2837603002: Content API changes to improve DOM stitching in ThreatDetails code. (Closed)
Patch Set: Sync Created 3 years, 7 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/renderer/web_frame_utils.h
diff --git a/content/renderer/web_frame_utils.h b/content/renderer/web_frame_utils.h
index 798fb03a1a263c5852ef2113b983f599d0a3bf63..5b888d5cbb79a1144c84ae1e485ef6856b5b9757 100644
--- a/content/renderer/web_frame_utils.h
+++ b/content/renderer/web_frame_utils.h
@@ -11,10 +11,6 @@ class WebFrame;
namespace content {
-// Returns the routing ID of the RenderFrameImpl or RenderFrameProxy
-// associated with |web_frame|.
-int GetRoutingIdForFrameOrProxy(blink::WebFrame* web_frame);
-
// Returns either a WebLocalFrame or WebRemoteFrame based on |routing_id|.
// Returns nullptr if |routing_id| doesn't properly map to a frame.
blink::WebFrame* GetWebFrameFromRoutingIdForFrameOrProxy(int routing_id);

Powered by Google App Engine
This is Rietveld 408576698