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 1b4afcbc87d7c9067142b47e4597419d1b0777ea..952c3c29c661514c69321b906f5cec7587db74e1 100644 |
--- a/content/browser/frame_host/render_frame_host_manager.h |
+++ b/content/browser/frame_host/render_frame_host_manager.h |
@@ -487,6 +487,9 @@ class CONTENT_EXPORT RenderFrameHostManager |
// Returns the number of RenderFrameProxyHosts for this frame. |
int GetProxyCount(); |
+ // Sends an IPC message to every process in the FrameTree. |
nasko
2016/03/03 18:28:57
Let's mention in the comment that it is only suppo
lfg
2016/03/03 22:09:38
Done.
|
+ void SendPageMessage(IPC::Message* msg); |
+ |
// Returns a const reference to the map of proxy hosts. The keys are |
// SiteInstance IDs, the values are RenderFrameProxyHosts. |
const std::unordered_map<int32_t, scoped_ptr<RenderFrameProxyHost>>& |