| Index: WebKit/chromium/public/WebFileSystemCallbacks.h
|
| ===================================================================
|
| --- WebKit/chromium/public/WebFileSystemCallbacks.h (revision 140218)
|
| +++ WebKit/chromium/public/WebFileSystemCallbacks.h (working copy)
|
| @@ -51,6 +51,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
|
|
|