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