X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fcommon%2Fworker_messages.h;h=743d22f9938775b6ddfecce27c6415fee88307a1;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=3cc6a6f94dea674b5c5926fdb493df16e3f9e0ec;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/common/worker_messages.h b/src/content/common/worker_messages.h index 3cc6a6f..743d22f 100644 --- a/src/content/common/worker_messages.h +++ b/src/content/common/worker_messages.h @@ -42,6 +42,7 @@ IPC_STRUCT_BEGIN(WorkerProcessMsg_CreateWorker_Params) IPC_STRUCT_MEMBER(base::string16, name) IPC_STRUCT_MEMBER(base::string16, content_security_policy) IPC_STRUCT_MEMBER(blink::WebContentSecurityPolicyType, security_policy_type) + IPC_STRUCT_MEMBER(bool, pause_on_start) IPC_STRUCT_MEMBER(int, route_id) IPC_STRUCT_END()