summaryrefslogtreecommitdiffstats
path: root/chrome/common/worker_messages_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/worker_messages_internal.h')
-rw-r--r--chrome/common/worker_messages_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/worker_messages_internal.h b/chrome/common/worker_messages_internal.h
index 5d8449e..7691c79 100644
--- a/chrome/common/worker_messages_internal.h
+++ b/chrome/common/worker_messages_internal.h
@@ -29,10 +29,9 @@ IPC_END_MESSAGES(WorkerProcess)
// Worker messages
// These are messages sent from the renderer process to the worker process.
IPC_BEGIN_MESSAGES(Worker)
- IPC_MESSAGE_ROUTED4(WorkerMsg_StartWorkerContext,
+ IPC_MESSAGE_ROUTED3(WorkerMsg_StartWorkerContext,
GURL /* url */,
string16 /* user_agent */,
- string16 /* encoding */,
string16 /* source_code */)
IPC_MESSAGE_ROUTED0(WorkerMsg_TerminateWorkerContext)