Index: content/worker/shared_worker_permission_client_proxy.cc |
diff --git a/content/worker/shared_worker_permission_client_proxy.cc b/content/worker/shared_worker_permission_client_proxy.cc |
index 88b9205444ae5fabc42f5e2dde298c1a2d59c8be..a7e0671bdacde1cf6a9459d36ab1b3b5a4ace582 100644 |
--- a/content/worker/shared_worker_permission_client_proxy.cc |
+++ b/content/worker/shared_worker_permission_client_proxy.cc |
@@ -38,16 +38,6 @@ bool SharedWorkerPermissionClientProxy::allowDatabase( |
return result; |
} |
-bool SharedWorkerPermissionClientProxy::allowFileSystem() { |
- if (is_unique_origin_) |
- return false; |
- bool result = false; |
- thread_safe_sender_->Send( |
- new WorkerProcessHostMsg_RequestFileSystemAccessSync( |
- routing_id_, origin_url_, &result)); |
- return result; |
-} |
- |
bool SharedWorkerPermissionClientProxy::requestFileSystemAccessSync() { |
if (is_unique_origin_) |
return false; |