Index: content/browser/renderer_host/render_message_filter.h |
=================================================================== |
--- content/browser/renderer_host/render_message_filter.h (revision 75655) |
+++ content/browser/renderer_host/render_message_filter.h (working copy) |
@@ -229,13 +229,11 @@ |
void OnTempFileForPrintingWritten(int sequence_number); |
#endif |
-#if defined(OS_POSIX) |
// Used to ask the browser to allocate a block of shared memory for the |
// renderer to send back data in, since shared memory can't be created |
// in the renderer on POSIX due to the sandbox. |
void OnAllocateSharedMemoryBuffer(uint32 buffer_size, |
base::SharedMemoryHandle* handle); |
-#endif |
void OnResourceTypeStats(const WebKit::WebCache::ResourceTypeStats& stats); |
static void OnResourceTypeStatsOnUIThread( |