Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 1b1c634f9e55428dff9d1b1e579a9a830558fb58..eba6a6f680b0de0b1413e91f8c18d022587926e0 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -363,6 +363,11 @@ IPC_STRUCT_BEGIN(ViewHostMsg_CreateWindow_Params) |
| // The window features to use for the new view. |
| IPC_STRUCT_MEMBER(blink::WebWindowFeatures, features) |
| + |
| + // The additional window features to use for the new view. We pass it |
|
Tom Sepez
2013/11/11 23:07:59
nit: "we pass these" since features is plural.
|
| + // separately from 'features' above because we cannot serialize WebStrings |
|
Tom Sepez
2013/11/11 23:07:59
nit: |features|, per chromium standard for delimit
|
| + // over IPC. |
| + IPC_STRUCT_MEMBER(std::vector<string16>, additional_features) |
| IPC_STRUCT_END() |
| IPC_STRUCT_BEGIN(ViewHostMsg_CreateWorker_Params) |