| Index: chrome/common/render_messages.h
|
| ===================================================================
|
| --- chrome/common/render_messages.h (revision 85048)
|
| +++ chrome/common/render_messages.h (working copy)
|
| @@ -314,6 +314,13 @@
|
| DOMStorageType /* type */,
|
| bool /* allowed */)
|
|
|
| +// Sent by the renderer process to check whether access to FileSystem is
|
| +// granted by content settings.
|
| +IPC_SYNC_MESSAGE_CONTROL2_1(ViewHostMsg_AllowFileSystem,
|
| + int /* render_view_id */,
|
| + GURL /* origin_url */,
|
| + bool /* allowed */)
|
| +
|
| // Sent by the renderer process to check whether access to Indexed DBis
|
| // granted by content settings.
|
| IPC_SYNC_MESSAGE_CONTROL3_1(ViewHostMsg_AllowIndexedDB,
|
|
|