Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1889)

Unified Diff: Source/web/LocalFileSystemClient.h

Issue 23537011: FileAPI: Add WebFileSystem::resolveURL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/LocalFileSystemClient.h
diff --git a/Source/web/LocalFileSystemClient.h b/Source/web/LocalFileSystemClient.h
index 87971a2ffacb126f69201993c80b51eb059eb90f..028170d000b5620120af12b144d5bd0f99ac305e 100644
--- a/Source/web/LocalFileSystemClient.h
+++ b/Source/web/LocalFileSystemClient.h
@@ -44,6 +44,7 @@ public:
virtual bool allowFileSystem(WebCore::ScriptExecutionContext*) OVERRIDE;
virtual void openFileSystem(WebCore::ScriptExecutionContext*, WebCore::FileSystemType, PassOwnPtr<WebCore::AsyncFileSystemCallbacks>, long long size, WebCore::OpenFileSystemMode) OVERRIDE;
+ virtual void resolveURL(WebCore::KURL, PassOwnPtr<WebCore::AsyncFileSystemCallbacks>) OVERRIDE;
virtual void deleteFileSystem(WebCore::ScriptExecutionContext*, WebCore::FileSystemType, PassOwnPtr<WebCore::AsyncFileSystemCallbacks>) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698