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