| Index: webkit/blob/local_file_stream_reader.h
|
| diff --git a/webkit/blob/local_file_stream_reader.h b/webkit/blob/local_file_stream_reader.h
|
| index 952909c4febbf8303def3aae8cd02b52cdca7880..0e7d150ebf9f46958bbadcdbbf5e991546938da9 100644
|
| --- a/webkit/blob/local_file_stream_reader.h
|
| +++ b/webkit/blob/local_file_stream_reader.h
|
| @@ -28,9 +28,6 @@ namespace webkit_blob {
|
| // handling.
|
| class BLOB_EXPORT LocalFileStreamReader : public FileStreamReader {
|
| public:
|
| - // A convenient method to translate platform file error to net error code.
|
| - static int PlatformFileErrorToNetError(base::PlatformFileError file_error);
|
| -
|
| // Creates a new FileReader for a local file |file_path|.
|
| // |initial_offset| specifies the offset in the file where the first read
|
| // should start. If the given offset is out of the file range any
|
|
|