Index: WebKit/chromium/public/WebFileSystemCallbacks.h |
=================================================================== |
--- WebKit/chromium/public/WebFileSystemCallbacks.h (revision 136547) |
+++ WebKit/chromium/public/WebFileSystemCallbacks.h (working copy) |
@@ -54,6 +54,10 @@ |
// for the requested path. |
virtual void didReadMetadata(const WebFileInfo&) = 0; |
+ // Callback for WebFileSystem::createSnapshot. The metadata also includes the |
+ // platform file path. |
+ virtual void didCreateSnapshotFile(const WebFileInfo&) = 0; |
+ |
// Callback for WebFileSystem::readDirectory. Called with a vector of |
// file entries in the requested directory. This callback might be called |
// multiple times if the directory has many entries. |hasMore| must be |