Index: Source/web/WorkerPermissionClient.h |
diff --git a/Source/web/WorkerPermissionClient.h b/Source/web/WorkerPermissionClient.h |
index afbbec9242810699af88365590852e43782de987..ac477a55fc0a847e38f0ce35cd5fbca512bbb9cf 100644 |
--- a/Source/web/WorkerPermissionClient.h |
+++ b/Source/web/WorkerPermissionClient.h |
@@ -53,9 +53,7 @@ public: |
virtual ~WorkerPermissionClient(); |
bool allowDatabase(const WebString& name, const WebString& displayName, unsigned long estimatedSize); |
- bool allowFileSystem(); |
bool requestFileSystemAccessSync(); |
- void requestFileSystemAccessAsync(const WebPermissionCallbacks&); |
bool allowIndexedDB(const WebString& name); |
static const char* supplementName(); |