Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 61c61a32b0a6a3e0b1853a8b27610bbaa3ace65e..d51b1a5363b894b3bff2507b43f89f15ac0acbf2 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -23,6 +23,7 @@ |
#include "build/build_config.h" |
#include "content/browser/accessibility/browser_accessibility_manager.h" |
#include "content/browser/bad_message.h" |
+#include "content/browser/loader/global_routing_id.h" |
#include "content/browser/site_instance_impl.h" |
#include "content/browser/webui/web_ui_impl.h" |
#include "content/common/accessibility_mode_enums.h" |
@@ -252,6 +253,7 @@ class CONTENT_EXPORT RenderFrameHostImpl |
// pointer to the RenderViewHost (which inherits RenderWidgetHost). |
RenderWidgetHostImpl* GetRenderWidgetHost(); |
+ GlobalFrameRoutingId GetGlobalFrameRoutingId(); |
// This function is called when this is a swapped out RenderFrameHost that |
// lives in the same process as the parent frame. The |