Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: content/browser/renderer_host/render_process_host_impl.h

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Some cleanup Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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|.

Powered by Google App Engine
This is Rietveld 408576698