| Index: chrome/common/worker_messages_internal.h | 
| =================================================================== | 
| --- chrome/common/worker_messages_internal.h	(revision 69724) | 
| +++ chrome/common/worker_messages_internal.h	(working copy) | 
| @@ -76,12 +76,13 @@ | 
|  | 
| // Sent by the worker process to check whether access to web databases is | 
| // granted by content settings. | 
| -IPC_SYNC_MESSAGE_ROUTED4_1(WorkerProcessHostMsg_AllowDatabase, | 
| -                           GURL /* origin url */, | 
| -                           string16 /* database name */, | 
| -                           string16 /* database display name */, | 
| -                           unsigned long /* estimated size */, | 
| -                           bool /* result */) | 
| +IPC_SYNC_MESSAGE_CONTROL5_1(WorkerProcessHostMsg_AllowDatabase, | 
| +                            int /* worker_route_id */, | 
| +                            GURL /* origin url */, | 
| +                            string16 /* database name */, | 
| +                            string16 /* database display name */, | 
| +                            unsigned long /* estimated size */, | 
| +                            bool /* result */) | 
|  | 
| //----------------------------------------------------------------------------- | 
| // Worker messages | 
|  |