| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 71f791e4fd23d51d427a1ef287ee1663dd7a96ea..b05b56b11d939054cb70fc7a85afd86651945acb 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -364,6 +364,7 @@ IPC_STRUCT_TRAITS_END()
|
| IPC_STRUCT_TRAITS_BEGIN(ppapi::PpapiNaClPluginArgs)
|
| IPC_STRUCT_TRAITS_MEMBER(off_the_record)
|
| IPC_STRUCT_TRAITS_MEMBER(permissions)
|
| + IPC_STRUCT_TRAITS_MEMBER(keepalive_throttle_interval_milliseconds)
|
| IPC_STRUCT_TRAITS_MEMBER(switch_names)
|
| IPC_STRUCT_TRAITS_MEMBER(switch_values)
|
| IPC_STRUCT_TRAITS_END()
|
|
|