| 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 503dd388911c47f925b88f6c602b4b0603084db2..7e0da7d301d59cc8bab5cc104d45796408402f47 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>
|
| @@ -980,6 +981,9 @@ class CONTENT_EXPORT WebContentsImpl
|
| // called once as this call also removes it from the internal map.
|
| WebContentsImpl* GetCreatedWindow(int route_id);
|
|
|
| + // Sends a Page message IPC.
|
| + void SendPageMessage(IPC::Message* msg);
|
| +
|
| // Tracking loading progress -------------------------------------------------
|
|
|
| // Resets the tracking state of the current load progress.
|
|
|