Chromium Code Reviews| 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 38175f5cf3b1fcde27339a53b682501d26f177f3..781f780d2b498f4750bd36be8c99eaebb7dce947 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> |
| @@ -971,6 +972,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 SendPageMsg(IPC::Message* msg); |
|
nasko
2016/02/12 18:14:08
nit: Same as in RFHM - SendPageMessage.
lfg
2016/03/02 18:29:08
Done.
|
| + |
| // Tracking loading progress ------------------------------------------------- |
| // Resets the tracking state of the current load progress. |