| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 6352e65c2d00e59f914a6f47c2ea30df7564b585..4b4fed8aef440218b32a8cd506999fcb411f6d0b 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -364,9 +364,10 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| // These are from the browser to the plugin.
|
| // Loads the given plugin.
|
| -IPC_MESSAGE_CONTROL2(PpapiMsg_LoadPlugin,
|
| +IPC_MESSAGE_CONTROL3(PpapiMsg_LoadPlugin,
|
| base::FilePath /* path */,
|
| - ppapi::PpapiPermissions /* permissions */)
|
| + ppapi::PpapiPermissions /* permissions */,
|
| + bool /* supports_dev_channel */)
|
|
|
| // Creates a channel to talk to a renderer. The plugin will respond with
|
| // PpapiHostMsg_ChannelCreated.
|
|
|