Index: content/browser/renderer_host/file_utilities_message_filter.h |
diff --git a/content/browser/renderer_host/file_utilities_message_filter.h b/content/browser/renderer_host/file_utilities_message_filter.h |
index a58d29b605518541a54b6a56ab727930bd05825b..7498aaa3f47cad9d95386e876f04dfc47a15f624 100644 |
--- a/content/browser/renderer_host/file_utilities_message_filter.h |
+++ b/content/browser/renderer_host/file_utilities_message_filter.h |
@@ -34,8 +34,6 @@ class FileUtilitiesMessageFilter : public content::BrowserMessageFilter { |
typedef void (*FileInfoWriteFunc)(IPC::Message* reply_msg, |
const base::PlatformFileInfo& file_info); |
- void OnGetFileSize(const FilePath& path, int64* result); |
- void OnGetFileModificationTime(const FilePath& path, base::Time* result); |
void OnGetFileInfo(const FilePath& path, |
base::PlatformFileInfo* result, |
base::PlatformFileError* status); |