Index: base/platform_file.h |
diff --git a/base/platform_file.h b/base/platform_file.h |
index 48d1806ef482ebfea75e35bbc296f2d42cc5887d..300a30cfa0c5f06c6a84cdeca0feae771c97a0dd 100644 |
--- a/base/platform_file.h |
+++ b/base/platform_file.h |
@@ -135,6 +135,8 @@ BASE_EXPORT PlatformFile CreatePlatformFileUnsafe(const FilePath& name, |
bool* created, |
PlatformFileError* error); |
+BASE_EXPORT FILE* FdopenPlatformFile(PlatformFile file, const char* mode); |
+ |
// Closes a file handle. Returns |true| on success and |false| otherwise. |
BASE_EXPORT bool ClosePlatformFile(PlatformFile file); |