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

Unified Diff: content/common/pepper_file_util.h

Issue 1154613006: Update pepper to not assume that SharedMemoryHandle is an int. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another nits pass. Created 5 years, 7 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: content/common/pepper_file_util.h
diff --git a/content/common/pepper_file_util.h b/content/common/pepper_file_util.h
index b276cfa88a4d372de6d6aeb85981a0f4303d6270..8c4744016c303bed0b26c9d572117735c2ee191e 100644
--- a/content/common/pepper_file_util.h
+++ b/content/common/pepper_file_util.h
@@ -20,9 +20,6 @@ namespace content {
storage::FileSystemType PepperFileSystemTypeToFileSystemType(
PP_FileSystemType type);
-base::PlatformFile PlatformFileFromSharedMemoryHandle(
- const base::SharedMemoryHandle& shm_handle);
-
int IntegerFromSyncSocketHandle(
const base::SyncSocket::Handle& socket_handle);

Powered by Google App Engine
This is Rietveld 408576698