summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 19:16:51 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 19:16:51 +0000
commit4a319569b07deb0f0156dec3fea1604b23a20071 (patch)
tree8f92d2b2dec2b29ab37a6afb4aa9094ede870926 /chrome/common
parent4a8d3279cc9f2149c90d36550a55d01a264ba0a3 (diff)
downloadchromium_src-4a319569b07deb0f0156dec3fea1604b23a20071.zip
chromium_src-4a319569b07deb0f0156dec3fea1604b23a20071.tar.gz
chromium_src-4a319569b07deb0f0156dec3fea1604b23a20071.tar.bz2
Fix build breaks after webkit merge.
Review URL: http://codereview.chromium.org/42004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/worker_messages_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/worker_messages_internal.h b/chrome/common/worker_messages_internal.h
index 7691c79..5d8449e 100644
--- a/chrome/common/worker_messages_internal.h
+++ b/chrome/common/worker_messages_internal.h
@@ -29,9 +29,10 @@ IPC_END_MESSAGES(WorkerProcess)
// Worker messages
// These are messages sent from the renderer process to the worker process.
IPC_BEGIN_MESSAGES(Worker)
- IPC_MESSAGE_ROUTED3(WorkerMsg_StartWorkerContext,
+ IPC_MESSAGE_ROUTED4(WorkerMsg_StartWorkerContext,
GURL /* url */,
string16 /* user_agent */,
+ string16 /* encoding */,
string16 /* source_code */)
IPC_MESSAGE_ROUTED0(WorkerMsg_TerminateWorkerContext)