Index: components/nacl/renderer/plugin/temporary_file.cc |
diff --git a/components/nacl/renderer/plugin/temporary_file.cc b/components/nacl/renderer/plugin/temporary_file.cc |
index ad79862e63608b8de8e10a8c82cf43dedc7b8c49..a80e2b58f3454a378649caefc2f2a068158e5a48 100644 |
--- a/components/nacl/renderer/plugin/temporary_file.cc |
+++ b/components/nacl/renderer/plugin/temporary_file.cc |
@@ -21,12 +21,6 @@ TempFile::TempFile(Plugin* plugin, PP_FileHandle handle) |
TempFile::~TempFile() { } |
-int32_t TempFile::CheckValidity() { |
- if (!file_handle_.IsValid()) |
- return PP_ERROR_FAILED; |
- return PP_OK; |
-} |
- |
bool TempFile::Reset() { |
// file_handle_, read_wrapper_ and write_wrapper_ are all backed by the |
// same file handle/descriptor, so resetting the seek position of one |