| 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 9146fd70164eb3ed52b81c19fe0295d295364685..505af9cd55c0ecb80d63bd7325442efb4fec7b08 100644
|
| --- a/content/renderer/pepper/pepper_file_io_host.h
|
| +++ b/content/renderer/pepper/pepper_file_io_host.h
|
| @@ -95,9 +95,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.
|
|
|