| Index: content/common/worker_messages.h
|
| ===================================================================
|
| --- content/common/worker_messages.h (revision 116764)
|
| +++ content/common/worker_messages.h (working copy)
|
| @@ -135,10 +135,12 @@
|
| //-----------------------------------------------------------------------------
|
| // Worker messages
|
| // These are messages sent from the renderer process to the worker process.
|
| -IPC_MESSAGE_ROUTED3(WorkerMsg_StartWorkerContext,
|
| +IPC_MESSAGE_ROUTED5(WorkerMsg_StartWorkerContext,
|
| GURL /* url */,
|
| string16 /* user_agent */,
|
| - string16 /* source_code */)
|
| + string16 /* source_code */,
|
| + string16 /* content_security_policy */,
|
| + bool /* report_only */)
|
|
|
| IPC_MESSAGE_ROUTED0(WorkerMsg_TerminateWorkerContext)
|
|
|
|
|