Index: content/common/pepper_messages.h |
diff --git a/content/common/pepper_messages.h b/content/common/pepper_messages.h |
index fd25b50911ae0607a68f6ba6d16e36ca3acf1321..55a4af11e1a23c182f3449b3f644406144940759 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, |
+ GURL /* document_url */, |
+ GURL /* plugin_url */, |
+ bool /* block_access */, |
+ bool /* in_memory */) |