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

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: New patch, still not quite done 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 dd9efdd07140b59a3c2254d8b13846b85e22e243..3ba84941a27ab8dcdc514d8d51d29a0e0890eafb 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;
@@ -156,6 +157,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 browsing_instance_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