| 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 07f78db945f4060f75a779051439e0d56b8c9298..4cb7a033118acf30396bbd836044be84d7c3ae2e 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"
|
| @@ -250,6 +251,8 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| // focus and visibility for this frame.
|
| RenderWidgetHostView* GetView();
|
|
|
| + GlobalFrameRoutingId GetGlobalFrameRoutingId();
|
| +
|
| // This function is called when this is a swapped out RenderFrameHost that
|
| // lives in the same process as the parent frame. The
|
| // |cross_process_frame_connector| allows the non-swapped-out
|
|
|