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

Unified Diff: chrome/renderer/webworker_proxy.h

Issue 149775: Remove 6- and 7-parameter IPC message macros. Replace with a struct that pack... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months 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
« no previous file with comments | « chrome/common/worker_messages_internal.h ('k') | chrome/renderer/webworker_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/webworker_proxy.h
===================================================================
--- chrome/renderer/webworker_proxy.h (revision 20912)
+++ chrome/renderer/webworker_proxy.h (working copy)
@@ -14,6 +14,7 @@
class ChildThread;
class GURL;
class RenderView;
+struct WorkerHostMsg_PostConsoleMessageToWorkerObject_Params;
// This class provides an implementation of WebWorker that the renderer provides
// to the glue. This class converts function calls to IPC messages that are
@@ -43,6 +44,9 @@
bool Send(IPC::Message* message);
void OnDedicatedWorkerCreated();
+ void OnPostConsoleMessageToWorkerObject(
+ const WorkerHostMsg_PostConsoleMessageToWorkerObject_Params& params);
+
void Disconnect();
// The routing id used to reach WebWorkerClientProxy in the worker process.
« no previous file with comments | « chrome/common/worker_messages_internal.h ('k') | chrome/renderer/webworker_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698