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

Unified Diff: Source/web/WebFileSystemCallbacksImpl.h

Issue 23537011: FileAPI: Add WebFileSystem::resolveURL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/WebFileSystemCallbacksImpl.h
diff --git a/Source/web/WebFileSystemCallbacksImpl.h b/Source/web/WebFileSystemCallbacksImpl.h
index d6e8b98e8418bb4994330c49b8ceb270c771037f..22f561bc499e1b79d556a4be83efc0defa201839 100644
--- a/Source/web/WebFileSystemCallbacksImpl.h
+++ b/Source/web/WebFileSystemCallbacksImpl.h
@@ -60,6 +60,7 @@ public:
virtual void didCreateSnapshotFile(const WebFileInfo&);
virtual void didReadDirectory(const WebVector<WebFileSystemEntry>& entries, bool hasMore);
virtual void didOpenFileSystem(const WebString& name, const WebURL& rootURL);
+ virtual void didResolveURL(const WebString& name, const WebURL& rootURL, const WebString& filePath, bool isDirectory);
virtual void didCreateFileWriter(WebFileWriter*, long long length);
virtual void didFail(WebFileError error);
virtual bool shouldBlockUntilCompletion() const;

Powered by Google App Engine
This is Rietveld 408576698