Index: chrome/browser/renderer_host/resource_message_filter.h |
=================================================================== |
--- chrome/browser/renderer_host/resource_message_filter.h (revision 19855) |
+++ chrome/browser/renderer_host/resource_message_filter.h (working copy) |
@@ -218,6 +218,9 @@ |
void OnCloseIdleConnections(); |
void OnSetCacheMode(bool enabled); |
+ void OnGetFileSize(const FilePath& path, IPC::Message* reply_msg); |
+ void ReplyGetFileSize(int64 result, void* param); |
+ |
#if defined(OS_LINUX) |
void SendDelayedReply(IPC::Message* reply_msg); |
void DoOnGetScreenInfo(gfx::NativeViewId view, IPC::Message* reply_msg); |