Index: Source/modules/filesystem/FileSystemCallbacks.h |
diff --git a/Source/modules/filesystem/FileSystemCallbacks.h b/Source/modules/filesystem/FileSystemCallbacks.h |
index a6d942d58c3eefe002be2a9dc68bdb52c965a646..ce04e3f2e0d36865165a8f6546176aa4dfd15a14 100644 |
--- a/Source/modules/filesystem/FileSystemCallbacks.h |
+++ b/Source/modules/filesystem/FileSystemCallbacks.h |
@@ -123,6 +123,7 @@ class ResolveURICallbacks : public FileSystemCallbacksBase { |
public: |
static PassOwnPtr<ResolveURICallbacks> create(PassRefPtr<EntryCallback>, PassRefPtr<ErrorCallback>, ScriptExecutionContext*, FileSystemType, const String& filePath); |
virtual void didOpenFileSystem(const String& name, const KURL& rootURL, PassOwnPtr<AsyncFileSystem>); |
+ virtual void didResolveURL(const String& name, const KURL& rootURL, const String& filePath, bool isDirectry, PassOwnPtr<AsyncFileSystem>); |
private: |
ResolveURICallbacks(PassRefPtr<EntryCallback>, PassRefPtr<ErrorCallback>, ScriptExecutionContext*, FileSystemType, const String& filePath); |