Index: content/common/fileapi/webfilesystem_impl.h |
=================================================================== |
--- content/common/fileapi/webfilesystem_impl.h (revision 194203) |
+++ content/common/fileapi/webfilesystem_impl.h (working copy) |
@@ -62,12 +62,6 @@ |
virtual void createSnapshotFileAndReadMetadata( |
const WebKit::WebURL& path, |
WebKit::WebFileSystemCallbacks*); |
- |
- // DEPRECATED variant being replaced by the above. |
- virtual void createSnapshotFileAndReadMetadata( |
- const WebKit::WebURL& blobURL, |
- const WebKit::WebURL& path, |
- WebKit::WebFileSystemCallbacks*); |
}; |
} // namespace content |