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

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 10387195: Open pepper files directly in browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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: ppapi/proxy/ppapi_messages.h
===================================================================
--- ppapi/proxy/ppapi_messages.h (revision 140544)
+++ ppapi/proxy/ppapi_messages.h (working copy)
@@ -1208,38 +1208,6 @@
int /* clipboard_type */,
std::vector<int> /* formats */,
std::vector<ppapi::proxy::SerializedVar> /* data */)
-IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBFlash_OpenFile,
- PP_Instance /* instance */,
- std::string /* path */,
- int32_t /* mode */,
- IPC::PlatformFileForTransit /* file_handle */,
- int32_t /* result */)
-IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBFlash_RenameFile,
- PP_Instance /* instance */,
- std::string /* path_from */,
- std::string /* path_to */,
- int32_t /* result */)
-IPC_SYNC_MESSAGE_ROUTED3_1(
- PpapiHostMsg_PPBFlash_DeleteFileOrDir,
- PP_Instance /* instance */,
- std::string /* path */,
- PP_Bool /* recursive */,
- int32_t /* result */)
-IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_CreateDir,
- PP_Instance /* instance */,
- std::string /* path */,
- int32_t /* result */)
-IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBFlash_QueryFile,
- PP_Instance /* instance */,
- std::string /* path */,
- PP_FileInfo /* info */,
- int32_t /* result */)
-IPC_SYNC_MESSAGE_ROUTED2_2(
- PpapiHostMsg_PPBFlash_GetDirContents,
- PP_Instance /* instance */,
- std::string /* path */,
- std::vector<ppapi::proxy::SerializedDirEntry> /* entries */,
- int32_t /* result */)
IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBFlash_OpenFileRef,
PP_Instance /* instance */,
ppapi::HostResource /* file_ref */,

Powered by Google App Engine
This is Rietveld 408576698