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

Unified Diff: ppapi/proxy/ppapi_messages.h

Issue 6673098: Remove PPB_Var interface's scripting functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing convert. Created 9 years, 9 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
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppapi_messages.h
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
index 2ecc03a7ca4eddbc4eb3e381c1495e9e0b0acab9..3681d1ed387d15da7f709efa17fd49f770915934 100644
--- a/ppapi/proxy/ppapi_messages.h
+++ b/ppapi/proxy/ppapi_messages.h
@@ -23,7 +23,6 @@
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_module.h"
#include "ppapi/c/pp_resource.h"
-#include "ppapi/c/ppb_var.h"
#include "ppapi/proxy/ppapi_param_traits.h"
#include "ppapi/proxy/serialized_flash_menu.h"
#include "ppapi/proxy/serialized_structs.h"
@@ -678,10 +677,6 @@ IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBVar_ConvertType,
int /* new_type */,
pp::proxy::SerializedVar /* exception */,
pp::proxy::SerializedVar /* result */)
-IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBVar_DefineProperty,
- pp::proxy::SerializedVar /* object */,
- PP_ObjectProperty /* property */,
- pp::proxy::SerializedVar /* out_exception */)
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_HasProperty,
pp::proxy::SerializedVar /* object */,
pp::proxy::SerializedVar /* property */,
@@ -711,16 +706,6 @@ IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBVar_SetPropertyDeprecated,
pp::proxy::SerializedVar /* name */,
pp::proxy::SerializedVar /* value */,
pp::proxy::SerializedVar /* out_exception */)
-IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBVar_IsCallable,
- pp::proxy::SerializedVar /* object */,
- PP_Bool /* result */)
-IPC_SYNC_MESSAGE_ROUTED4_2(PpapiHostMsg_PPBVar_Call,
- pp::proxy::SerializedVar /* object */,
- pp::proxy::SerializedVar /* this_object */,
- pp::proxy::SerializedVar /* method_name */,
- std::vector<pp::proxy::SerializedVar> /* args */,
- pp::proxy::SerializedVar /* out_exception */,
- pp::proxy::SerializedVar /* result */)
IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBVar_CallDeprecated,
pp::proxy::SerializedVar /* object */,
pp::proxy::SerializedVar /* method_name */,
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | ppapi/tests/all_c_includes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698