| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 7825461a5bc20b59a0ae0114c2a73b6b7163c01d..cf7df0c2652c577dc30962f3407d82759e95559d 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -419,6 +419,13 @@ IPC_SYNC_MESSAGE_CONTROL4_3(ChromeViewHostMsg_GetPluginInfo,
|
| webkit::WebPluginInfo /* plugin */,
|
| std::string /* actual_mime_type */)
|
|
|
| +// Sent by the renderer to check restrictions on local data handled by the
|
| +// plug-in.
|
| +IPC_SYNC_MESSAGE_CONTROL1_2(ChromeViewHostMsg_GetPluginLocalDataRestrictions,
|
| + GURL /* url */,
|
| + bool /* block_access */,
|
| + bool /* in_memory */)
|
| +
|
| #if defined(ENABLE_PLUGIN_INSTALLATION)
|
| // Tells the browser to search for a plug-in that can handle the given MIME
|
| // type. The result will be sent asynchronously to the routing ID
|
|
|