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

Unified Diff: Source/modules/filesystem/LocalFileSystem.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/modules/filesystem/LocalFileSystem.h
diff --git a/Source/modules/filesystem/LocalFileSystem.h b/Source/modules/filesystem/LocalFileSystem.h
index e2b306b10d58dba1d86792ab4f09f6ceab03f1ec..4c05b8b7d6730a8680c0e29013f8f488301dc902 100644
--- a/Source/modules/filesystem/LocalFileSystem.h
+++ b/Source/modules/filesystem/LocalFileSystem.h
@@ -47,8 +47,7 @@ class LocalFileSystemBase {
public:
virtual ~LocalFileSystemBase();
- // Does not create the new file system if it doesn't exist, just reads it if available.
- void readFileSystem(ScriptExecutionContext*, FileSystemType, PassOwnPtr<AsyncFileSystemCallbacks>);
+ void resolveURL(ScriptExecutionContext*, KURL, PassOwnPtr<AsyncFileSystemCallbacks>);
void requestFileSystem(ScriptExecutionContext*, FileSystemType, long long size, PassOwnPtr<AsyncFileSystemCallbacks>);

Powered by Google App Engine
This is Rietveld 408576698