| Index: content/browser/frame_host/render_frame_host_manager.h
|
| diff --git a/content/browser/frame_host/render_frame_host_manager.h b/content/browser/frame_host/render_frame_host_manager.h
|
| index e208aa4c9838313cb287f466e8374cdb48ca03eb..ec879b5713a137a2bae694b27de2c228a44faa70 100644
|
| --- a/content/browser/frame_host/render_frame_host_manager.h
|
| +++ b/content/browser/frame_host/render_frame_host_manager.h
|
| @@ -483,6 +483,9 @@ class CONTENT_EXPORT RenderFrameHostManager
|
| // an inner WebContents.
|
| void SetRWHViewForInnerContents(RenderWidgetHostView* child_rwhv);
|
|
|
| + // Returns the number of RenderFrameProxyHosts for this frame.
|
| + int GetProxyCount();
|
| +
|
| // Returns a copy of the map of proxy hosts. The keys are SiteInstance IDs,
|
| // the values are RenderFrameProxyHosts.
|
| std::map<int, RenderFrameProxyHost*> GetAllProxyHostsForTesting();
|
|
|