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

Unified Diff: ipc/ipc_platform_file.h

Issue 7633042: Create ipc.dll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
« no previous file with comments | « ipc/ipc_message_utils.h ('k') | ipc/ipc_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_platform_file.h
===================================================================
--- ipc/ipc_platform_file.h (revision 96780)
+++ ipc/ipc_platform_file.h (working copy)
@@ -7,9 +7,9 @@
#pragma once
#include "base/basictypes.h"
-
#include "base/platform_file.h"
#include "base/process.h"
+#include "ipc/ipc_export.h"
#if defined(OS_POSIX)
#include "base/file_descriptor_posix.h"
@@ -41,9 +41,10 @@
}
// Returns a file handle equivalent to |file| that can be used in |process|.
-PlatformFileForTransit GetFileHandleForProcess(base::PlatformFile file,
- base::ProcessHandle process,
- bool close_source_handle);
+IPC_EXPORT PlatformFileForTransit GetFileHandleForProcess(
+ base::PlatformFile file,
+ base::ProcessHandle process,
+ bool close_source_handle);
} // namespace IPC
« no previous file with comments | « ipc/ipc_message_utils.h ('k') | ipc/ipc_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698