diff options
Diffstat (limited to 'content/common/worker_messages.h')
-rw-r--r-- | content/common/worker_messages.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/common/worker_messages.h b/content/common/worker_messages.h index 60f1a4a..df86e79 100644 --- a/content/common/worker_messages.h +++ b/content/common/worker_messages.h @@ -57,12 +57,11 @@ IPC_MESSAGE_CONTROL1(WorkerProcessMsg_CreateWorker, // Sent by the worker process to check whether access to web databases is // allowed. -IPC_SYNC_MESSAGE_CONTROL5_1(WorkerProcessHostMsg_AllowDatabase, +IPC_SYNC_MESSAGE_CONTROL4_1(WorkerProcessHostMsg_AllowDatabase, int /* worker_route_id */, GURL /* origin url */, base::string16 /* database name */, base::string16 /* database display name */, - unsigned long /* estimated size */, bool /* result */) // Sent by the worker process to check whether access to file system is allowed. |