diff options
author | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 23:26:03 +0000 |
---|---|---|
committer | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 23:26:03 +0000 |
commit | b512bc23896d3efe23f3566a07552e6fe741c825 (patch) | |
tree | 9820b8e0c281b26e3f66a222e10700cc767ee41a /ppapi/proxy/ppb_flash_proxy.h | |
parent | 1cf2a8c8318b02125d86dce2c31945f9b709d22a (diff) | |
download | chromium_src-b512bc23896d3efe23f3566a07552e6fe741c825.zip chromium_src-b512bc23896d3efe23f3566a07552e6fe741c825.tar.gz chromium_src-b512bc23896d3efe23f3566a07552e6fe741c825.tar.bz2 |
Revert 135727 - Add AllowSuddenTermination to API. This provide means for plugins to let us know those windows where they need a renderer at shutdown to finish saving state.
Updated flash api version to 12.4.
BUG=https://code.google.com/p/flapper/issues/detail?id=120
Review URL: https://chromiumcodereview.appspot.com/10302021
TBR=tsepez@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10387071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppb_flash_proxy.h')
-rw-r--r-- | ppapi/proxy/ppb_flash_proxy.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h index 171db5b..b9ae9d0 100644 --- a/ppapi/proxy/ppb_flash_proxy.h +++ b/ppapi/proxy/ppb_flash_proxy.h @@ -117,8 +117,6 @@ class PPB_Flash_Proxy : public InterfaceProxy, public PPB_Flash_Shared { PP_Bool fullscreen) OVERRIDE; virtual PP_Bool FlashGetScreenSize(PP_Instance instance, PP_Size* size) OVERRIDE; - virtual void SetAllowSuddenTermination(PP_Instance instance, - PP_Bool allowed) OVERRIDE; static const ApiID kApiID = API_ID_PPB_FLASH; @@ -150,8 +148,6 @@ class PPB_Flash_Proxy : public InterfaceProxy, public PPB_Flash_Shared { void OnHostMsgFlashGetScreenSize(PP_Instance instance, PP_Bool* result, PP_Size* size); - void OnHostMsgFlashSetAllowSuddenTermination(PP_Instance instance, - PP_Bool allowed); void OnHostMsgIsClipboardFormatAvailable(PP_Instance instance, int clipboard_type, int format, |