Commit b78694d9 authored by cevans@chromium.org's avatar cevans@chromium.org

PpapiHostMsg_PPBVar_ConvertType is unused. Remove.

Review URL: https://chromiumcodereview.appspot.com/11787030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175464 0039d316-1c4b-4281-b951-d872f2087c98
parent 0f96827c
......@@ -1053,12 +1053,6 @@ IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBVar_AddRefObject,
int /* unused - need a return value for sync msgs */)
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVar_ReleaseObject,
int64 /* object_id */)
IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBVar_ConvertType,
PP_Instance /* instance */,
ppapi::proxy::SerializedVar /* var */,
int /* new_type */,
ppapi::proxy::SerializedVar /* exception */,
ppapi::proxy::SerializedVar /* result */)
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_HasProperty,
ppapi::proxy::SerializedVar /* object */,
ppapi::proxy::SerializedVar /* property */,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment