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

Unified Diff: content/renderer/web_frame_utils.h

Issue 2837603002: Content API changes to improve DOM stitching in ThreatDetails code. (Closed)
Patch Set: Use explicitly-sized int types in IPC definition 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
« no previous file with comments | « content/renderer/savable_resources.cc ('k') | content/renderer/web_frame_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/renderer/savable_resources.cc ('k') | content/renderer/web_frame_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698