Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index d700aa3b4f5e47abd77f079638b57b5243100c42..b8c8c6c310091ce0f7ee632bb157fa124c4eac8f 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -23,6 +23,7 @@ |
class CommandLine; |
class RendererMainThread; |
class RenderWidgetHelper; |
+struct ViewMsg_PostMessage_Params; |
namespace base { |
class WaitableEvent; |
@@ -157,6 +158,8 @@ class CONTENT_EXPORT RenderProcessHostImpl |
void OnUserMetricsRecordAction(const std::string& action); |
void OnRevealFolderInOS(const FilePath& path); |
void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size); |
+ void OnSendPostMessage(int64 content_frame_id, |
+ const ViewMsg_PostMessage_Params& params); |
// Generates a command line to be used to spawn a renderer and appends the |
// results to |*command_line|. |