| Index: content/common/pepper_messages.h
|
| diff --git a/content/common/pepper_messages.h b/content/common/pepper_messages.h
|
| index fd25b50911ae0607a68f6ba6d16e36ca3acf1321..5d89a9bd6557eccded809a4d8adc58950aefe8ef 100644
|
| --- a/content/common/pepper_messages.h
|
| +++ b/content/common/pepper_messages.h
|
| @@ -6,12 +6,15 @@
|
| #include "content/common/content_export.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ipc/ipc_platform_file.h"
|
| +#include "ppapi/c/private/ppb_flash.h"
|
| #include "ppapi/proxy/ppapi_param_traits.h"
|
|
|
| #undef IPC_MESSAGE_EXPORT
|
| #define IPC_MESSAGE_EXPORT CONTENT_EXPORT
|
| #define IPC_MESSAGE_START PepperMsgStart
|
|
|
| +IPC_ENUM_TRAITS(PP_FlashLSORestrictions)
|
| +
|
| // Pepper (non-file-system) messages sent from the renderer to the browser.
|
|
|
| IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset,
|
| @@ -20,3 +23,8 @@ IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset,
|
|
|
| IPC_SYNC_MESSAGE_CONTROL0_1(PepperMsg_GetDeviceID,
|
| std::string /* id */)
|
| +
|
| +IPC_SYNC_MESSAGE_CONTROL2_1(PepperMsg_GetLocalDataRestrictions,
|
| + GURL /* document_url */,
|
| + GURL /* plugin_url */,
|
| + PP_FlashLSORestrictions /* restrictions */)
|
|
|