diff options
author | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-26 22:42:05 +0000 |
---|---|---|
committer | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-26 22:42:05 +0000 |
commit | bc6afba13d9c30452425759ee23ef79c4aa31b12 (patch) | |
tree | ed4cb92c2540282833b81ad98a0522eaf31944e9 /ppapi/proxy/ppapi_messages.h | |
parent | 8506b54f213869f2ff9fb332bf35c2d44deea593 (diff) | |
download | chromium_src-bc6afba13d9c30452425759ee23ef79c4aa31b12.zip chromium_src-bc6afba13d9c30452425759ee23ef79c4aa31b12.tar.gz chromium_src-bc6afba13d9c30452425759ee23ef79c4aa31b12.tar.bz2 |
Deprecate and remove unused PPB_Flash functions.
There are a number of functions in PPB_Flash which have been unused for some time. These are:
RunMessageLoop/QuitMessageLoop - Deprecated in M18
GetSettingInt - Deprecated in M21
GetDeviceID - Deprecated in M21
InvokePrinting - Deprecated in M21
This change removes the implementations of those functions so that they do not have to be implemented in the new proxy. It also marks them as deprecated in PPB_Flash for version 13.0.
The change also removes PPB_Flash interfaces which are <12.4 because they are pre-M21.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11411102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169516 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppapi_messages.h')
-rw-r--r-- | ppapi/proxy/ppapi_messages.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h index 275a550..7ae4a0e 100644 --- a/ppapi/proxy/ppapi_messages.h +++ b/ppapi/proxy/ppapi_messages.h @@ -1316,10 +1316,6 @@ IPC_SYNC_MESSAGE_ROUTED4_1(PpapiHostMsg_PPBFlash_Navigate, std::string /* target */, PP_Bool /* from_user_action */, int32_t /* result */) -IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_RunMessageLoop, - PP_Instance /* instance */) -IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlash_QuitMessageLoop, - PP_Instance /* instance */) IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFlash_GetLocalTimeZoneOffset, PP_Instance /* instance */, PP_Time /* t */, @@ -1337,9 +1333,6 @@ IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBFlash_FlashGetScreenSize, PP_Bool /* result */, PP_Size /* size */) IPC_MESSAGE_ROUTED0(PpapiHostMsg_PPBFlash_UpdateActivity) -IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFlash_GetDeviceID, - PP_Instance /* instance */, - ppapi::proxy::SerializedVar /* id */) IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBFlash_OpenFileRef, PP_Instance /* instance */, ppapi::HostResource /* file_ref */, |