| Index: content/renderer/pepper/pepper_file_io_host.h
|
| ===================================================================
|
| --- content/renderer/pepper/pepper_file_io_host.h (revision 214295)
|
| +++ content/renderer/pepper/pepper_file_io_host.h (working copy)
|
| @@ -23,7 +23,6 @@
|
| using ppapi::host::ReplyMessageContext;
|
|
|
| namespace content {
|
| -class PluginDelegate;
|
| class QuotaFileIO;
|
|
|
| class PepperFileIOHost : public ppapi::host::ResourceHost,
|
| @@ -97,9 +96,6 @@
|
| base::PlatformFileError error_code,
|
| int bytes_written);
|
|
|
| - // TODO(victorhsieh): eliminate plugin_delegate_ as it's no longer needed.
|
| - PluginDelegate* plugin_delegate_; // Not owned.
|
| -
|
| base::PlatformFile file_;
|
|
|
| // The file system type specified in the Open() call. This will be
|
|
|