| Index: content/common/worker_messages.h
|
| ===================================================================
|
| --- content/common/worker_messages.h (revision 85048)
|
| +++ content/common/worker_messages.h (working copy)
|
| @@ -118,7 +118,7 @@
|
| std::vector<QueuedMessage> /* queued_messages */)
|
|
|
| // Sent by the worker process to check whether access to web databases is
|
| -// granted by content settings.
|
| +// allowed.
|
| IPC_SYNC_MESSAGE_CONTROL5_1(WorkerProcessHostMsg_AllowDatabase,
|
| int /* worker_route_id */,
|
| GURL /* origin url */,
|
| @@ -127,6 +127,12 @@
|
| unsigned long /* estimated size */,
|
| bool /* result */)
|
|
|
| +// Sent by the worker process to check whether access to file system is allowed.
|
| +IPC_SYNC_MESSAGE_CONTROL2_1(WorkerProcessHostMsg_AllowFileSystem,
|
| + int /* worker_route_id */,
|
| + GURL /* origin url */,
|
| + bool /* result */)
|
| +
|
| //-----------------------------------------------------------------------------
|
| // Worker messages
|
| // These are messages sent from the renderer process to the worker process.
|
|
|