Chromium Code Reviews| Index: content/renderer/pepper/pepper_file_io_host.cc |
| =================================================================== |
| --- content/renderer/pepper/pepper_file_io_host.cc (revision 180778) |
| +++ content/renderer/pepper/pepper_file_io_host.cc (working copy) |
| @@ -61,6 +61,12 @@ |
| NOTREACHED(); |
| } |
| + virtual void DidCreateSnapshotFile( |
| + const base::PlatformFileInfo& file_info, |
| + const FilePath& platform_path) OVERRIDE { |
|
brettw
2013/02/07 04:52:58
Use base:: for FilePath.
|
| + NOTREACHED(); |
| + } |
| + |
| virtual void DidReadDirectory( |
| const std::vector<base::FileUtilProxy::Entry>& entries, |
| bool has_more) OVERRIDE { |