Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index 9bb1a63264ba337d7a7527649c8793738de780c0..93d86a36fb5b89e84fe42b04c74537917065e310 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -7,6 +7,7 @@ |
#include <stdint.h> |
+#include <functional> |
#include <map> |
#include <set> |
#include <string> |
@@ -970,6 +971,10 @@ class CONTENT_EXPORT WebContentsImpl |
// called once as this call also removes it from the internal map. |
WebContentsImpl* GetCreatedWindow(int route_id); |
+ // Sends an IPC message to every RenderView in the FrameTree. Returns the |
+ // number of messages sent. |
+ int SendToAllViews(IPC::Message* msg); |
+ |
// Tracking loading progress ------------------------------------------------- |
// Resets the tracking state of the current load progress. |