Index: Source/web/LocalFileSystemClient.h |
diff --git a/Source/web/LocalFileSystemClient.h b/Source/web/LocalFileSystemClient.h |
index 0b6075ba4ac65d309250ed57a42df45c57008e8e..17fbc047ae85f692f0f98015601c517c12b7994a 100644 |
--- a/Source/web/LocalFileSystemClient.h |
+++ b/Source/web/LocalFileSystemClient.h |
@@ -43,7 +43,8 @@ public: |
virtual ~LocalFileSystemClient(); |
virtual bool allowFileSystem(WebCore::ExecutionContext*) OVERRIDE; |
- virtual void requestFileSystemAccess(WebCore::ExecutionContext*, PassOwnPtr<WebCore::PermissionCallbacks>) OVERRIDE; |
+ virtual bool requestFileSystemAccessSync(WebCore::ExecutionContext*) OVERRIDE; |
+ virtual void requestFileSystemAccessAsync(WebCore::ExecutionContext*, PassOwnPtr<WebCore::PermissionCallbacks>) OVERRIDE; |
private: |
LocalFileSystemClient(); |