Index: content/common/worker_messages.h |
diff --git a/content/common/worker_messages.h b/content/common/worker_messages.h |
index 743d22f9938775b6ddfecce27c6415fee88307a1..94b3997a4c178943d6729e9b198aad45f066ef03 100644 |
--- a/content/common/worker_messages.h |
+++ b/content/common/worker_messages.h |
@@ -67,7 +67,7 @@ IPC_SYNC_MESSAGE_CONTROL5_1(WorkerProcessHostMsg_AllowDatabase, |
bool /* result */) |
// Sent by the worker process to check whether access to file system is allowed. |
-IPC_SYNC_MESSAGE_CONTROL2_1(WorkerProcessHostMsg_AllowFileSystem, |
+IPC_SYNC_MESSAGE_CONTROL2_1(WorkerProcessHostMsg_RequestFileSystemAccessSync, |
int /* worker_route_id */, |
GURL /* origin url */, |
bool /* result */) |