| Index: content/common/pepper_messages.h
|
| diff --git a/content/common/pepper_messages.h b/content/common/pepper_messages.h
|
| index fd25b50911ae0607a68f6ba6d16e36ca3acf1321..3b01de9bc81d0ab0a4d40bc4c722594b99b126a2 100644
|
| --- a/content/common/pepper_messages.h
|
| +++ b/content/common/pepper_messages.h
|
| @@ -20,3 +20,9 @@ IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset,
|
|
|
| IPC_SYNC_MESSAGE_CONTROL0_1(PepperMsg_GetDeviceID,
|
| std::string /* id */)
|
| +
|
| +IPC_SYNC_MESSAGE_CONTROL2_2(PepperMsg_GetLocalDataRestrictions,
|
| + int32_t /* render_view_id */,
|
| + GURL /* url */,
|
| + bool /* block_access */,
|
| + bool /* in_memory */)
|
|
|