Index: content/renderer/render_thread_impl.h |
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h |
index d2c42578f9cf5b77041a0266c8582aac040cf7a0..884a12d86d1481c8967882a30c97476a4badc586 100644 |
--- a/content/renderer/render_thread_impl.h |
+++ b/content/renderer/render_thread_impl.h |
@@ -84,10 +84,6 @@ class CONTENT_EXPORT RenderThreadImpl : public content::RenderThread, |
explicit RenderThreadImpl(const std::string& channel_name); |
virtual ~RenderThreadImpl(); |
- // Returns the routing ID of the RenderWidget containing the current script |
- // execution context (corresponding to WebFrame::frameForCurrentContext). |
- static int32 RoutingIDForCurrentContext(); |
- |
// When initializing WebKit, ensure that any schemes needed for the content |
// module are registered properly. Static to allow sharing with tests. |
static void RegisterSchemes(); |