Index: content/common/pepper_file_util.cc |
diff --git a/content/common/pepper_file_util.cc b/content/common/pepper_file_util.cc |
index be253c150c9d207df9394e86833e5ef1ad2ff44e..6264faa5374422e65609de14913359318e0b66fa 100644 |
--- a/content/common/pepper_file_util.cc |
+++ b/content/common/pepper_file_util.cc |
@@ -20,17 +20,6 @@ storage::FileSystemType PepperFileSystemTypeToFileSystemType( |
} |
} |
-base::PlatformFile PlatformFileFromSharedMemoryHandle( |
- const base::SharedMemoryHandle& shm_handle) { |
-#if defined(OS_WIN) |
- return shm_handle; |
-#elif defined(OS_POSIX) |
- return shm_handle.fd; |
-#else |
-#error Platform not supported. |
-#endif |
-} |
- |
int IntegerFromSyncSocketHandle( |
const base::SyncSocket::Handle& socket_handle) { |
#if defined(OS_WIN) |