| Index: content/common/fileapi/webfilewriter_impl.cc
|
| ===================================================================
|
| --- content/common/fileapi/webfilewriter_impl.cc (revision 179208)
|
| +++ content/common/fileapi/webfilewriter_impl.cc (working copy)
|
| @@ -23,10 +23,14 @@
|
| }
|
| virtual ~CallbackDispatcher() {
|
| }
|
| -
|
| - virtual void DidReadMetadata(const base::PlatformFileInfo&, const FilePath&) {
|
| + virtual void DidReadMetadata(
|
| + const base::PlatformFileInfo&, const FilePath&) {
|
| NOTREACHED();
|
| }
|
| + virtual void DidCreateSnapshotFile(
|
| + const base::PlatformFileInfo&, const FilePath&) {
|
| + NOTREACHED();
|
| + }
|
| virtual void DidReadDirectory(
|
| const std::vector<base::FileUtilProxy::Entry>& entries,
|
| bool has_more) {
|
|
|