Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3457)

Unified Diff: chrome/browser/renderer_host/resource_message_filter.h

Issue 199105: Continue with the FreeBSD port - this version builds and links, though... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/renderer_host/resource_message_filter.h
===================================================================
--- chrome/browser/renderer_host/resource_message_filter.h (revision 25977)
+++ chrome/browser/renderer_host/resource_message_filter.h (working copy)
@@ -200,7 +200,7 @@
base::SharedMemoryHandle* browser_handle);
#endif
-#if defined(OS_LINUX)
+#if defined(USE_X11)
// Used to ask the browser allocate a block of shared memory for the renderer
// to fill in resulting PDF in renderer.
void OnAllocateShareMemory(size_t buffer_size,
@@ -251,7 +251,7 @@
void OnGetFileSize(const FilePath& path, IPC::Message* reply_msg);
void ReplyGetFileSize(int64 result, void* param);
-#if defined(OS_LINUX)
+#if defined(USE_X11)
void SendDelayedReply(IPC::Message* reply_msg);
void DoOnGetScreenInfo(gfx::NativeViewId view, IPC::Message* reply_msg);
void DoOnGetWindowRect(gfx::NativeViewId view, IPC::Message* reply_msg);
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | chrome/browser/renderer_host/resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698