Index: chrome/browser/renderer_host/resource_message_filter.cc |
=================================================================== |
--- chrome/browser/renderer_host/resource_message_filter.cc (revision 9328) |
+++ chrome/browser/renderer_host/resource_message_filter.cc (working copy) |
@@ -205,8 +205,6 @@ |
#if defined(OS_WIN) |
IPC_MESSAGE_HANDLER(ViewHostMsg_GetWindowRect, OnGetWindowRect) |
IPC_MESSAGE_HANDLER(ViewHostMsg_GetRootWindowRect, OnGetRootWindowRect) |
- IPC_MESSAGE_HANDLER(ViewHostMsg_GetRootWindowResizerRect, |
- OnGetRootWindowResizerRect) |
#endif |
IPC_MESSAGE_HANDLER(ViewHostMsg_GetMimeTypeFromExtension, |
OnGetMimeTypeFromExtension) |
@@ -541,12 +539,6 @@ |
*rect = window_rect; |
} |
-void ResourceMessageFilter::OnGetRootWindowResizerRect(gfx::NativeViewId window, |
- gfx::Rect* rect) { |
- RECT window_rect = {0}; |
- *rect = window_rect; |
-} |
- |
#endif // OS_WIN |
void ResourceMessageFilter::OnGetMimeTypeFromExtension( |