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

Unified Diff: Source/web/WorkerFileSystemClient.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/WorkerFileSystemClient.h
diff --git a/Source/web/WorkerFileSystemClient.h b/Source/web/WorkerFileSystemClient.h
index 2cbd5fe86cdecc025a58ee717af8dec25285c794..323a6d005097de36e95b397dff331e2ea018ded7 100644
--- a/Source/web/WorkerFileSystemClient.h
+++ b/Source/web/WorkerFileSystemClient.h
@@ -43,6 +43,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