| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index d3e5f33228ba7fee0dbadce1fea0d61b555ac008..2dfa30ee37d8a34bb905d248e59d07a0e11480d1 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -485,6 +485,10 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
| IPC_STRUCT_END()
|
|
|
| IPC_STRUCT_BEGIN(ViewMsg_PostMessage_Params)
|
| + // Whether the data format is supplied as serialized script value, or as
|
| + // a simple string. If it is a raw string, we convert from string to a
|
| + // WebSerializedScriptValue in renderer.
|
| + IPC_STRUCT_MEMBER(bool, is_data_raw_string)
|
| // The serialized script value.
|
| IPC_STRUCT_MEMBER(base::string16, data)
|
|
|
|
|