diff options
Diffstat (limited to 'webkit/glue/plugins/plugin_stream.h')
-rw-r--r-- | webkit/glue/plugins/plugin_stream.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/glue/plugins/plugin_stream.h b/webkit/glue/plugins/plugin_stream.h index 6c5875b..7b1250f 100644 --- a/webkit/glue/plugins/plugin_stream.h +++ b/webkit/glue/plugins/plugin_stream.h @@ -87,9 +87,6 @@ class PluginStream : public base::RefCounted<PluginStream> { // Closes the temporary file if it is open. void CloseTempFile(); - // Closes the temporary file if it is open and deletes the file. - void CleanupTempFile(); - // Sends the data to the file. Called From WriteToFile. size_t WriteBytes(const char *buf, size_t length); |