Index: content/renderer/pepper/pepper_file_io_host.h |
diff --git a/content/renderer/pepper/pepper_file_io_host.h b/content/renderer/pepper/pepper_file_io_host.h |
index 6f3ab97764f3a5cb2f443e1693fdf3b692ce3df8..a5b4066f5e4b9c36b3617f9a5b1984691eef8b8f 100644 |
--- a/content/renderer/pepper/pepper_file_io_host.h |
+++ b/content/renderer/pepper/pepper_file_io_host.h |
@@ -94,9 +94,6 @@ class PepperFileIOHost : public ppapi::host::ResourceHost, |
void ExecutePlatformWriteCallback(ReplyMessageContext reply_context, |
base::PlatformFileError error_code, |
int bytes_written); |
- void ExecutePlatformWillWriteCallback(ReplyMessageContext reply_context, |
- base::PlatformFileError error_code, |
- int bytes_written); |
// TODO(victorhsieh): eliminate plugin_delegate_ as it's no longer needed. |
webkit::ppapi::PluginDelegate* plugin_delegate_; // Not owned. |